.home-cta_wrapper > div {
  padding: 0 88px 54px 88px;
  color: white;
  height: 655px;
  align-items: flex-end;
  z-index: 9;
  position: relative;
}
.home-cta_wrapper {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-cta_wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.cta__title {
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1px;
}
.home-cta_wrapper h2 {
  max-width: 60%;
}
.home-cta_wrapper .paragraph__20 p {
  color: #fff;
  max-width: 604px;
}
@media only screen and (max-width: 1560px) {
  .home-cta_wrapper > div {
    height: 450px;
  }
  .home-benefits-list__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .home-benefits-list__item p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1336px) {
  .home-cta_wrapper > div {
    height: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-cta_wrapper > div {
    padding: 0 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-cta_wrapper > div {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 450px;
    text-align: center;
    gap: 10px;
  }
  .home-cta_wrapper h2 {
    max-width: 100%;
  }
  .home-cta_wrapper a {
    width: 100%;
  }
  .home-cta_wrapper {
    background-position: center;
  }
}
#page .home-cta__v2 {
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 72px;
}
#page .home-cta__v2.home-cta__v3 {
  justify-content: flex-end;
}
#page .home-cta__v2 h2 {
  max-width: 650px;
  letter-spacing: -1px;
  font-weight: 600;
}
.page-child .home-cta {
  background: #fffef7;
}
