.employee-list .wp-block-columns {
  margin-bottom: 64px;
}
.employee-list .wp-block-columns:last-of-type {
  margin-bottom: 0;
}
.employee-list .wp-block-columns .img-cont {
  width: 100%;
  height: 275px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 780px) {
  .employee-list .wp-block-columns .img-cont {
    height: calc(100vw - 24px - 24px);
    width: calc(100vw - 24px - 24px);
  }
}
.employee-list .wp-block-columns .img-cont img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  transform: center center;
  transition: all 0.3s ease-in-out;
}
.employee-list .wp-block-columns .view-profile-link {
  text-decoration: none;
}
/*# sourceMappingURL=employees.css.map */
