.template--womens-health .wh-care {
  padding: 65px 0 30px;
  color: var(--un-color-primary-950, #091b32);
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.template--womens-health .wh-care a {
  text-decoration: none;
}

.template--womens-health .wh-care .wh-service-grid>a {
  transition: all 0.3s;
}

.template--womens-health .wh-care .wh-service-grid>a:hover {
  box-shadow: 0px 0px 5px #888888;
}

.template--womens-health .wh-care .wh-service-grid>a {
  transition: all 0.3s;
}

.template--womens-health .arrow-right {
  background-image: url(../../icons/utility/arrow.svg);
  width: 10px;
  height: 10px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.template--womens-health .arrow-right-text {
  color: #2174d4;
}

.template--womens-health .wh-care__grid {
  display: grid;
  grid-template-columns: 38% 62%;
  border-bottom: 1px solid var(--un-color-secondary-200, #d1d5e0);
}

.template--womens-health .wh-care__intro {
  padding: 10px 70px 40px 12px;
  border-right: 1px solid var(--un-color-secondary-200, #d1d5e0);
}

.template--womens-health .wh-care__intro h2 {
  margin: 0;
  color: var(--un-color-primary-base, #0f2c52);
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: 0;
}

.template--womens-health .wh-care__intro p {
  margin: 24px 0 34px;
  color: var(--un-color-primary-700, #274163);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.template--womens-health .wh-care__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.template--womens-health .wh-care .wh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.template--womens-health .wh-care .wh-button:hover {
  transform: translateY(-1px);
}

.template--womens-health .wh-care .wh-button--primary {
  color: #fff;
  background: var(--un-color-primary-base, #0f2c52);
  box-shadow: 0 12px 24px rgba(15, 44, 82, .18);
}

.template--womens-health .wh-care .wh-button--primary:hover {
  color: #fff;
  background: var(--un-color-primary-700, #274163);
}

.template--womens-health .wh-care .wh-button--secondary {
  color: var(--un-color-primary-base, #0f2c52);
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 44, 82, .18);
  border: 1px solid #27416352;
  height: stretch;
}

.template--womens-health .wh-care .wh-button--secondary:hover {
  background: inherit;
  color: inherit;
}

.template--womens-health .wh-care .wh-button--has-icon::before,
.template--womens-health .wh-care .wh-button--calendar::before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.template--womens-health .wh-care .wh-button--has-icon::before {
  background-image: var(--wh-button-icon);
}

.template--womens-health .wh-care .wh-button--calendar::before {
  background: #fff;
  -webkit-mask: url("../../icons/standard/calendar.svg") center / contain no-repeat;
  mask: url("../../icons/standard/calendar.svg") center / contain no-repeat;
}

.template--womens-health .wh-care__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #2174d4;
  font-size: 14px;
  font-weight: 700;
}

.template--womens-health .wh-care__link::after {
  content: "→";
}

.template--womens-health .wh-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.template--womens-health .wh-service {
  min-height: 232px;
  display: grid;
  place-items: center;
  padding: 16px 28px 28px;
  text-align: center;
  border-right: 1px solid var(--un-color-secondary-200, #d1d5e0);
  border-bottom: 1px solid var(--un-color-secondary-200, #d1d5e0);
}

.template--womens-health .wh-service:nth-child(3n) {
  border-right: 0;
}

.template--womens-health .wh-service:nth-last-child(-n+3) {
  border-bottom: 0;
}

.template--womens-health .wh-service .wh-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #2174d4;
  border: 2px solid transparent;
  border-radius: 50%;
}

.template--womens-health .wh-service .wh-icon svg {
  width: 58px;
  height: 58px;
  stroke: currentColor;
  stroke-width: 1.45;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.template--womens-health .wh-service .wh-icon svg path {
  fill: #2174d4;
}

.template--womens-health .wh-service h3 {
  margin: 14px 0 8px;
  color: var(--un-color-primary-base, #0f2c52);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.template--womens-health .wh-service p {
  margin: 0;
  color: var(--un-color-primary-700, #274163);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.42;
}

@media (max-width: 1100px) {
  .template--womens-health .wh-care__grid {
    grid-template-columns: 1fr;
  }

  .template--womens-health .wh-care__intro {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--un-color-secondary-200, #d1d5e0);
  }
}

@media (max-width: 860px) {
  .template--womens-health .wh-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .template--womens-health .wh-service:nth-child(3n) {
    border-right: 1px solid var(--un-color-secondary-200, #d1d5e0);
  }

  .template--womens-health .wh-service:nth-child(2n) {
    border-right: 0;
  }

  .template--womens-health .wh-service:nth-last-child(-n+3) {
    border-bottom: 1px solid var(--un-color-secondary-200, #d1d5e0);
  }

  .template--womens-health .wh-service:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .template--womens-health .wh-care {
    padding-top: 44px;
  }

  .template--womens-health .wh-service-grid {
    grid-template-columns: 1fr;
  }

  .template--womens-health .wh-care__actions {
    flex-direction: column;
  }

  .template--womens-health .wh-care__actions .wh-button {
    width: 100%;
    min-height: 62px;
  }

  .template--womens-health .wh-service,
  .template--womens-health .wh-service:nth-child(2n),
  .template--womens-health .wh-service:nth-child(3n) {
    border-right: 0;
  }

  .template--womens-health .wh-service:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--un-color-secondary-200, #d1d5e0);
  }

  .template--womens-health .wh-service:last-child {
    border-bottom: 0;
  }
}