.hospital-ophthalmologists-intro {
  width: min(1180px, calc(100% - 64px));
  margin: 42px auto 24px;
  padding: 38px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 38px;
  align-items: center;
  color: #f8fbff;
  background:
    radial-gradient(circle at 86% 8%, rgba(58, 199, 226, .2), transparent 34%),
    linear-gradient(135deg, #062f55, #074b78);
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(3, 43, 76, .18);
}

.hospital-ophthalmologists-copy .eyebrow {
  color: #6bd8ee;
  margin-bottom: 10px;
}

.hospital-ophthalmologists-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font: 800 clamp(2.15rem, 4vw, 4.25rem)/.98 "Poppins", sans-serif;
  letter-spacing: -.045em;
}

.hospital-ophthalmologists-copy > p:not(.eyebrow) {
  max-width: 750px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.7;
}

.hospital-ophthalmologists-tags {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hospital-ophthalmologists-tags span {
  padding: 9px 13px;
  color: #e8f9ff;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
}

.hospital-ophthalmologists-actions {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.hospital-ophthalmologists-actions .button {
  margin: 0;
  border: 0;
}

.hospital-ophthalmologists-actions > a:last-child {
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
}

.hospital-ophthalmologists-profile {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .98);
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(0, 27, 49, .26);
}

.hospital-ophthalmologists-photo {
  height: 230px;
  display: grid;
  place-items: end center;
  overflow: hidden;
  background: linear-gradient(145deg, #dff4fb, #98cde2);
}

.hospital-ophthalmologists-photo img {
  width: min(100%, 290px);
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.hospital-ophthalmologists-profile figcaption {
  padding: 18px 20px 20px;
  display: grid;
  gap: 4px;
  color: #062f55;
}

.hospital-ophthalmologists-profile small {
  color: #087eb3;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hospital-ophthalmologists-profile strong {
  font-size: 1.18rem;
}

.hospital-ophthalmologists-profile span {
  color: #516b7f;
  font-size: .8rem;
  line-height: 1.45;
}

@media (max-width: 850px) {
  .hospital-ophthalmologists-intro {
    width: min(100% - 28px, 680px);
    padding: 28px 24px;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .hospital-ophthalmologists-profile {
    display: grid;
    grid-template-columns: 145px 1fr;
  }

  .hospital-ophthalmologists-photo { height: 175px; }
  .hospital-ophthalmologists-profile figcaption { align-content: center; }
}

@media (max-width: 520px) {
  .hospital-ophthalmologists-intro { border-radius: 22px; }
  .hospital-ophthalmologists-copy h2 { font-size: clamp(2rem, 11vw, 3rem); }
  .hospital-ophthalmologists-actions { align-items: flex-start; flex-direction: column; }
  .hospital-ophthalmologists-profile { grid-template-columns: 118px 1fr; }
  .hospital-ophthalmologists-photo { height: 160px; }
  .hospital-ophthalmologists-profile figcaption { padding: 14px; }
  .hospital-ophthalmologists-profile strong { font-size: 1rem; }
}
