:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.home-health__in {
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
}
.home-health__img {
  border-radius: 36rem 36rem 0 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.home-health__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-health__left {
  width: calc(50% - 1.6rem);
}
.home-health__right {
  width: calc(50% - 1.6rem);
  display: flex;
  flex-direction: column;
}
.home-health__list {
  margin-bottom: 3rem;
}
.home-health__list:last-child {
  margin-bottom: 0;
}
.home-health__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #3A3A3A;
}
.home-health__list-item-img {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1.2rem;
  margin-right: 0.8rem;
  background: #fff;
  position: relative;
}
.home-health__list-item-img img {
  max-width: 2.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-health__list-item-title {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.2;
}
.home-health__btn {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.home-health__btn .ia-btn {
  min-width: 256px;
}
.home-health__features {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.home-health__features li {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0.5rem 0 1.8rem;
}
.home-health__features li:last-child {
  margin-bottom: 0;
}
.home-health__features li b {
  font-weight: 600;
}
.home-health__features li svg {
  min-width: 2.4rem;
}
.home-health__features li a {
  color: #3A3A3A;
  font-weight: 600;
  border-bottom: 3px solid #FBB040;
  transition: border-color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  line-height: 1;
  margin: 0.8rem 0 0.5rem;
  padding-bottom: 0.3rem;
}
.home-health__features li a:hover {
  border-color: transparent;
}
.home-health--pharmacy-services .home-health__left .sub-title {
  margin-bottom: 6rem;
}
.home-health--pharmacy-services .home-health__img {
  padding-bottom: 109%;
}

@media (max-width: 1024px) {
  .home-health__in.module-in {
    margin: 0 -3rem;
    padding: 5rem 3rem;
    border-radius: 0;
  }
  .home-health__left {
    width: 38%;
  }
  .home-health__right {
    width: 58%;
  }
  .home-health__list {
    margin-top: 0;
  }
  .home-health__list-item {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767px) {
  .home-health + .home-cta {
    margin-top: -6rem;
  }
  .home-health.module {
    margin-top: 0;
  }
  .home-health__in {
    flex-direction: column;
    border-radius: 0;
  }
  .home-health__left, .home-health__right {
    width: 100%;
  }
  .home-health__right {
    margin-bottom: 2.4rem;
  }
  .home-health__left {
    order: 2;
  }
  .home-health__list {
    margin-top: 0;
    margin-bottom: 2.4rem !important;
  }
  .home-health__list-item {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .home-health__list-item-img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .home-health__list-item-img img {
    max-width: 2rem;
  }
  .home-health__features li {
    font-size: 1.6rem;
  }
  .home-health__list-item-title {
    font-size: 1.6rem;
  }
  .home-health__btn .ia-btn {
    width: 100%;
  }
}

/*# sourceMappingURL=health.css.map */