/* AFEM team profile photography */
.afem-team-profile {
  width: min(100%, 760px);
  margin: 0 auto 34px;
  padding: 0;
  text-align: center;
}

.afem-team-profile img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(7, 36, 71, .14);
}

@media (max-width: 767px) {
  .afem-team-profile {
    margin-bottom: 26px;
  }

  .afem-team-profile img {
    max-height: none;
    border-radius: 10px;
  }
}
