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

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.what-to-expect__features {
  list-style-type: none;
  margin: 0.6rem 0 0;
  padding: 0;
}
.what-to-expect__features li {
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  gap: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.what-to-expect__features li:last-child {
  margin-bottom: 0;
}
.what-to-expect__features li p:last-child {
  margin-bottom: 0;
}
.what-to-expect__features li svg {
  position: relative;
  top: 0.3rem;
  min-width: 2.4rem;
}
.what-to-expect__features li span {
  display: block;
  flex: 1;
  padding-top: 0.3rem;
}
.what-to-expect__button {
  padding-top: 3.2rem;
}

.home-health--what-to-expect .home-health__img {
  padding-bottom: 93%;
}
.home-health--image-positon-right .home-health__in {
  flex-direction: row-reverse;
}
.home-health--image-positon-right .home-health__left {
  width: calc(49% - 1.6rem);
}
.home-health--image-positon-right .home-health__right {
  width: calc(51% - 1.6rem);
}
.home-health--image-positon-right .home-health__img {
  padding-bottom: 122%;
}
.home-health--image-positon-right .what-to-expect__features li {
  font-weight: normal;
  margin-bottom: 0.8rem;
}
.home-health--image-positon-right .what-to-expect__features li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .what-to-expect__button {
    padding-top: 2.4rem;
  }
  .what-to-expect__features li {
    font-size: 1.6rem;
  }
  .home-health--image-positon-right .home-health__in {
    flex-direction: column;
  }
  .home-health--image-positon-right .home-health__left {
    width: 100%;
  }
  .home-health--image-positon-right .home-health__right {
    width: 100%;
  }
  .home-health--image-positon-right .what-to-expect__button .ia-btn {
    width: 100%;
  }
}

/*# sourceMappingURL=what-to-expect.css.map */