.team-hero {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.container {
  max-width: 1367px;
  margin: 0 auto;
}

/* ---- Main two-column layout ---- */
.team-hero__grid {
  display: flex;
  align-items: stretch;
  background: transparent;
}

/* ---- Left content (centered) ---- */
.team-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 45%;
  width: 45%;
  max-width: 45%;
  background: transparent;
  padding: 40px 20px 40px 20px;
}

.team-hero__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2caadf;
}

.team-hero__subtitle {
  margin: 2px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2caadf;
}

.team-hero__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: unset;
  margin: 18px auto 20px;
  color: #2caadf;
  padding: 0 20px;
}

.team-hero__divider-line {
  flex: 1;
  height: 1px;
  background: #2caadf;
}

.team-hero__divider-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 28px;
  margin: 0 10px;
}

.team-hero__divider-icon svg {
  display: block;
  width: 12px;
  height: 28px;
}

.team-hero__tagline {
  margin: 0 0 16px;
  max-width: 480px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #2a3340;
}

.team-hero__copy {
  margin: 0 0 40px;
  max-width: 500px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}

/* ---- Feature trio + vertical dividers ---- */
.team-hero__features {
  list-style: none;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
  /*--- max-width: 560px;--*/
}

.team-hero__features li {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 0 16px;
  min-width: 0;
}

.team-hero__features li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: rgba(44, 170, 223, 0.28);
}

.team-hero__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid #2caadf;
  border-radius: 50%;
  color: #2caadf;
  background: #ffffff;
}

.team-hero__feature-icon svg {
  width: 28px;
  height: 28px;
}

.team-hero__features h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #2caadf;
}

.team-hero__features p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}

/* ---- Right media spacer (image is grid background) ---- */
.team-hero__media {
  position: relative;
  z-index: 1;
  flex: 1 1 55%;
  width: 55%;
  min-width: 0;
  min-height: unset;
  overflow: unset;
  background: transparent;
}

.team-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  display: block;
}

/* ---- Trust band (separate section) ---- */
.team-trust {
  width: 100%;
  background: #2caadf;
  color: #ffffff;
}

.team-trust__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 26px 48px;
}

.team-trust__item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.team-trust__item:last-child {
  flex: 1.25;
}

.team-trust__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  font-size: 20px;
  color: #ffffff;
}

.team-trust__item p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.team-trust__item p strong {
  display: block;
  font-weight: 800;
}

.team-trust__divider {
  flex-shrink: 0;
  width: 1px;
  align-self: stretch;
  min-height: 44px;
  background: rgba(255, 255, 255, 0.5);
}

/* =========================================
   Doctor Bio Section
   ========================================= */

.doctor-bio {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding: 80px 40px 0 40px;
}

.doctor-bio__row {
  display: flex;
  align-items: stretch;
}

.doctor-bio__content {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 40px 40px 10px 0px;
  text-align: left;
}

.doctor-bio__name {
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: #1f2933;
}

.doctor-bio__role {
    margin: 0 0 22px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #2caadf;
}

.doctor-bio__role span {
  display: inline;
  border-bottom: 2px solid #2caadf;
  padding-bottom: 2px;
}

.doctor-bio__copy {
  margin: 0 0 16px;
  max-width: 540px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #5a6b7a;
}

.doctor-bio__highlights-title {
    display: inline-block;
    margin: 18px 0 18px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #1f2933;
    border-bottom: 2px solid #2caadf;
    padding-bottom: 4px;
}

.doctor-bio__list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.doctor-bio__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #3d4b59;
}

.doctor-bio__check {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 50%;
  background: #2caadf;
  color: #ffffff;
  font-size: 11px;
}

.doctor-bio__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 6px;
  background: #2caadf;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease;
}

.doctor-bio__btn:hover {
  background: #2497c7;
}

.doctor-bio__media {
  position: relative;
  flex: 1 1 50%;
  width: 50%;
  min-width: 0;
  overflow: hidden;
  background: #eef6fa;
}

.doctor-bio__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.doctor-bio__media::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 160px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.85) 30%,
    rgba(255, 255, 255, 0.35) 65%,
    transparent 100%
  );
}

/* =========================================
   Doctor Profile (Dr. David Farmer) — no waves
   ========================================= */

.doctor-profile {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 70px 40px;
}

.doctor-profile__card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(15, 40, 60, 0.12);
  padding: 40px 44px;
  margin-bottom: 36px;
}

.doctor-profile__card:last-child {
  margin-bottom: 0;
}

.doctor-profile__row {
  display: flex;
  align-items: start;
  gap: 50px;
}

.doctor-profile__media {
    flex: 0 0 38%;
    position: relative;
    align-self: stretch;
}

.doctor-profile__dots {
  position: absolute;
  left: -28px;
  top: 20px;
  width: 90px;
  height: 140px;
  z-index: 0;
  background-image: radial-gradient(#2caadf 1.6px, transparent 1.7px);
  background-size: 14px 14px;
  opacity: 0.55;
}

.doctor-profile__media img {
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.doctor-profile__content {
  flex: 1 1 55%;
  min-width: 0;
  text-align: left;
  padding:60px 0;
}

.doctor-profile__accent {
  display: block;
  width: 56px;
  height: 6px;
  margin-bottom: 18px;
  background: #2caadf;
  border-radius: 2px;
}

.doctor-profile__name {
    margin: 0 0 14px;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: #1f2933;
}

.doctor-profile__rule {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 22px;
  max-width: 420px;
}

.doctor-profile__rule-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #2caadf;
  border-radius: 50%;
  background: transparent;
}

.doctor-profile__rule-line {
  flex: 1;
  height: 2px;
  margin-left: -1px;
  background: linear-gradient(90deg, #2caadf 0%, rgba(44, 170, 223, 0) 100%);
}

.doctor-profile__copy {
  margin: 0 0 16px;
  max-width: 620px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #3d4b59;
}

/* Team Care / Patient Experience */
.team-care {
  background: #f6f8fb;
  padding: 80px 40px 90px;
}

.team-care__row {
  display: flex;
  align-items: center;
  gap: 0;
}

.team-care__row + .team-care__row {
  margin-top: 72px;
}

.team-care__content {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 40px;
}

.team-care__row--reverse .team-care__content {
  padding-right: 0;
  padding-left: 40px;
	padding-top:40px;
	padding-bottom:40px;
}

.team-care__media {
  flex: 1 1 0;
     position: relative;
    align-self: stretch;;
	
}

.team-care__media img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-care__media::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 180px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #f6f8fb 0%,
    rgba(246, 248, 251, 0.85) 30%,
    rgba(246, 248, 251, 0.35) 65%,
    transparent 100%
  );
}

.team-care__row--reverse .team-care__media::before {
  left: auto;
  right: 0;
  background: linear-gradient(
    270deg,
    #f6f8fb 0%,
    rgba(246, 248, 251, 0.85) 30%,
    rgba(246, 248, 251, 0.35) 65%,
    transparent 100%
  );
}

.team-care__title {
  margin: 0 0 16px;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.team-care__line {
  display: block;
  width: 72px;
  height: 3px;
  margin: 0 0 22px;
  background: #2caadf;
}

.team-care__copy {
  margin: 0;
  max-width: 540px;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

/* Why Patients Choose */
.why-choose {
  background: #f6f8fb;
  padding: 0 40px 50px;
}

.why-choose__row {
  display: flex;
  align-items: stretch;
  min-height: 560px;
}

.why-choose__content {
  flex: 1 1 48%;
  min-width: 0;
  padding: 70px 48px 70px 0;
}

.why-choose__title {
  margin: 0 0 18px;
  max-width: 420px;
  color: #1a2744;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.why-choose__copy {
  margin: 0 0 18px;
  max-width: 460px;
  color: #3d4b59;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.why-choose__lead {
  margin: 0 0 8px;
  color: #2caadf;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.why-choose__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 520px;
}

.why-choose__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #d9e2ea;
  color: #1a2744;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.why-choose__list li:last-child {
  border-bottom: none;
}

.why-choose__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  color: #2caadf;
  font-size: 20px;
}

.why-choose__media {
  position: relative;
  flex: 1 1 52%;
  min-width: 0;
  overflow: hidden;
  background: #e8eef3;
}

.why-choose__media img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.why-choose__media::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 160px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #f6f8fb 0%,
    rgba(246, 248, 251, 0.85) 30%,
    rgba(246, 248, 251, 0.35) 65%,
    transparent 100%
  );
}

.why-choose__banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  background: #2caadf;
}

.why-choose__banner-icon {
  flex: none;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}

.why-choose__banner-divider {
  flex: none;
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.55);
}

.why-choose__banner p {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

/* =========================================
   Responsive — tablet + mobile only
   ========================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  .team-hero {
    background-image: none;
    background-color: #ffffff;
  }

  .team-hero__grid {
    flex-direction: column;
  }

  .team-hero__media {
    position: relative;
    flex: none;
    order: 0;
    width: 100%;
    height: 420px;
    min-height: 420px;
    overflow: hidden;
    background-color: #eef3f6;
    background-image: url(assets/team-hero-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .team-hero__media img {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: auto;
    max-width: 80%;
    height: 95%;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center bottom;
  }

  .team-hero__content {
    flex: none;
    order: 1;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    padding: 36px 32px 40px;
  }

  .team-hero__title {
    font-size: 72px;
  }

  .team-hero__subtitle {
    font-size: 36px;
  }

  .team-hero__features {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 720px;
    gap: 20px 0;
  }

  .team-hero__features li {
    flex: 0 0 33.333%;
    width: 33.333%;
    padding: 0 12px;
  }

  .team-trust__inner {
    flex-wrap: wrap;
    padding: 22px 28px;
    gap: 20px;
  }

  .team-trust__item p {
    font-size: 11px;
  }

  .doctor-bio {
    padding: 40px 28px;
  }

  .doctor-bio__row {
    flex-direction: column-reverse;
  }

  .doctor-bio__content {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 28px 0 0;
  }

  .doctor-bio__media {
    flex: none;
    width: 100%;
    min-height: 420px;
  }

  .doctor-bio__media img {
    min-height: 420px;
  }

  .doctor-bio__media::before {
    display: none;
  }

  .doctor-bio__name {
    font-size: 30px;
  }

  .doctor-profile {
    padding: 40px 28px;
  }

  .doctor-profile__card {
    padding: 32px 28px;
  }

  .doctor-profile__row {
    flex-direction: row;
    align-items: center;
    gap: 36px;
  }

  .doctor-profile__media {
    flex: 0 0 38%;
    width: 38%;
    max-width: 360px;
  }

  .doctor-profile__content {
    flex: 1 1 55%;
    width: auto;
  }

  .doctor-profile__name {
    font-size: 28px;
  }

  .team-care {
    padding: 48px 28px 56px;
  }

  .team-care__row,
  .team-care__row--reverse {
    flex-direction: column;
    gap: 24px;
  }

  .team-care__content,
  .team-care__row--reverse .team-care__content {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
	      padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-care__media {
    flex: none;
    width: 100%;
    overflow: visible;
  }

  .team-care__media img {
    display: block;
    width: 100%;
    height: auto;
  }

  .team-care__row--reverse .team-care__media {
    order: 1;
  }

  .team-care__row--reverse .team-care__content {
    order: 0;
  }

  .team-care__media::before {
    display: none;
  }

  .team-care__row + .team-care__row {
    margin-top: 40px;
  }

  .team-care__title {
    font-size: 28px;
  }

  .why-choose {
    padding: 0 28px 40px;
  }

  .why-choose__row {
    flex-direction: column;
    min-height: 0;
  }

  .why-choose__content {
    flex: none;
    width: 100%;
    padding: 40px 0 24px;
  }

  .why-choose__media {
    flex: none;
    width: 100%;
    min-height: 420px;
  }

  .why-choose__media img {
    min-height: 420px;
  }

  .why-choose__media::before {
    display: none;
  }

  .why-choose__title {
    font-size: 28px;
    max-width: none;
  }
}

@media (max-width: 767px) {
	.team-care__media img {
    position: unset;
}
	.why-choose__media img {
   position: unset;
}
  .team-hero {
    background-image: none;
    background-color: #ffffff;
  }

  .team-hero__grid {
    flex-direction: column;
  }

  .team-hero__media {
    position: relative;
    flex: none;
    order: 0;
    width: 100%;
    height: 340px;
    min-height: 340px;
    overflow: hidden;
    background-color: #eef3f6;
    background-image: url(assets/team-hero-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .team-hero__media img {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: auto;
    max-width: 92%;
    height: 92%;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center bottom;
  }

  .team-hero__content {
    flex: none;
    order: 1;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    padding: 20px 16px 24px;
  }

  .team-hero__divider {
    margin: 12px auto 14px;
  }

  .team-hero__copy {
    margin-bottom: 24px;
  }

  .team-hero__title {
    font-size: 48px;
  }

  .team-hero__subtitle {
    font-size: 28px;
  }

  .team-hero__tagline {
    font-size: 15px;
  }

  .team-hero__features {
    flex-direction: column;
    gap: 16px;
    max-width: 300px;
  }

  .team-hero__features li {
    flex: none;
    width: 100%;
  }

  .team-hero__features li:not(:last-child)::after {
    display: none;
  }

  .team-trust__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
  }

  .team-trust__divider {
    width: 100%;
    height: 1px;
    min-height: 0;
  }

  .team-trust__item {
    flex: none;
    width: 100%;
  }

  .team-trust__item:last-child {
    flex: none;
    width: 100%;
  }

  .team-trust__item p {
    font-size: 11.5px;
  }

  .doctor-bio {
    padding: 24px 16px;
  }

  .doctor-bio__row {
    flex-direction: column-reverse;
  }

  .doctor-bio__content {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 20px 0 0;
  }

  .doctor-bio__media {
    flex: none;
    width: 100%;
    min-height: 280px;
  }

  .doctor-bio__media img {
    min-height: 280px;
  }

  .doctor-bio__highlights-title {
    margin: 10px 0 12px;
  }

  .doctor-bio__list {
    margin-bottom: 18px;
  }

  .doctor-bio__media::before {
    display: none;
  }

  .doctor-bio__name {
    font-size: 28px;
  }

  .doctor-profile {
    padding: 24px 16px;
  }

  .doctor-profile__dots {
    display: none;
  }

  .doctor-profile__card {
    padding: 20px 16px;
    border-radius: 14px;
    margin-bottom: 20px;
  }

  .doctor-profile__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .doctor-profile__accent {
    margin-bottom: 12px;
  }

  .doctor-profile__rule {
    margin-bottom: 14px;
  }

  .doctor-profile__copy {
    margin-bottom: 12px;
  }

  .doctor-profile__media {
    flex: none;
    width: 100%;
    max-width:100%;
  }

  .doctor-profile__content {
    flex: none;
    width: 100%;
  }

  .doctor-profile__name {
    font-size: 26px;
  }

  .team-care {
    padding: 28px 16px 32px;
  }

  .team-care__row,
  .team-care__row--reverse {
    flex-direction: column;
    gap: 16px;
  }

  .team-care__content,
  .team-care__row--reverse .team-care__content {
    flex: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .team-care__media {
    flex: none;
    width: 100%;
    min-height: 0;
    overflow: visible;
  }

  .team-care__media img {
    display: block;
    width: 100%;
    height: auto;
  }

  .team-care__row--reverse .team-care__media {
    order: 1;
  }

  .team-care__row--reverse .team-care__content {
    order: 0;
  }

  .team-care__media::before {
    display: none;
  }

  .team-care__row + .team-care__row {
    margin-top: 28px;
  }

  .team-care__title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .team-care__line {
    margin-bottom: 14px;
  }

  .team-care__copy {
    max-width: none;
  }

  .why-choose {
    padding: 0 16px 24px;
  }

  .why-choose__row {
    flex-direction: column;
    min-height: 0;
  }

  .why-choose__content {
    flex: none;
    width: 100%;
    padding: 24px 0 16px;
  }

  .why-choose__title {
    margin-bottom: 12px;
    font-size: 26px;
    max-width: none;
  }

  .why-choose__copy {
    margin-bottom: 12px;
  }

  .why-choose__list li {
    padding: 10px 0;
  }

  .why-choose__media {
    flex: none;
    width: 100%;
    min-height: 400px;
  }

  .why-choose__media img {
    min-height: 400px;
  }

  .why-choose__media::before {
    display: none;
  }

  .why-choose__banner {
    padding: 18px 20px;
    gap: 14px;
  }

  .why-choose__banner p {
    font-size: 15px;
    line-height: 22px;
  }
}
