.brand-mark {
  width: 58px;
  height: 58px;
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 10px;
  background: #fff;
}

.brand-mark img {
  position: absolute;
  width: 116px;
  max-width: none;
  height: auto;
  left: -31px;
  top: -31px;
}

@media (max-width: 600px) {
  .brand-mark {
    width: 52px;
    height: 52px;
  }

  .brand-mark img {
    width: 110px;
    left: -30px;
    top: -29px;
  }
}

.hero-logo {
  width: 230px;
  height: 230px;
  display: grid;
  place-items: center;
  margin: 28px auto 20px;
}

.hero-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.22)) drop-shadow(0 10px 20px rgba(0, 0, 0, 0.16));
}

h1 em {
  color: inherit;
}

.brand strong {
  font-size: 19px;
}

.hero-copy > .eyebrow {
  font-size: 14px;
}

.specialty-grid .specialty-points {
  margin: 0;
  padding-left: 1.25rem;
  color: #607370;
}

.specialty-grid .specialty-points li + li {
  margin-top: 0.35rem;
}

.doctor-card {
  padding-top: 22px;
}

.doctor-card > .doctor-photo {
  width: min(72%, 240px);
  margin: 0 auto;
  padding: 0;
}

.doctor-card .doctor-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 14px;
}

.doctor-identity {
  width: 84%;
  margin: 8px auto 0;
  padding: 6px 10px 8px;
  color: #fff;
  text-align: center;
  background: #075d5b;
  border-radius: 10px;
}

.doctor-card .doctor-identity span {
  display: block;
  color: #bde5de;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.doctor-card .doctor-identity strong {
  display: block;
  margin-top: 1px;
  font-size: 17px;
  line-height: 1.3;
}

.doctor-card > .doctor-details {
  padding: 22px 26px 28px;
}

.doctor-card .doctor-details > p {
  margin-bottom: 8px;
}

@media (max-width: 920px) {
  .doctor-card {
    display: block;
  }

  .doctor-card > .doctor-photo {
    width: min(68%, 220px);
  }
}

@media (max-width: 600px) {
  .brand strong {
    font-size: 17px;
  }

  .hero-logo {
    width: 205px;
    height: 205px;
    margin-top: 26px;
  }
}
