.service_details.service_hero_section {
  background: linear-gradient(180deg, #ecffdf 0%, #ffffff 100%);

  padding: 140px 0;
}

.service_details .service_hero_inner .box_heading {
  border-radius: 50px;
  background: #fff;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 35px;
}

.service_details .service_hero_inner button {
  margin: 0 auto;
  margin-top: 35px;
}

.service_details .what_it_is_inner {
  background: linear-gradient(180deg, #ffffff 0%, #ffe1ed 100%);
  padding: 45px 50px;
  text-align: center;
  border-radius: 20px;
}

.service_details .what_it_is_inner h2 {
  font-weight: 500;
  margin-bottom: 15px;
}
.service_details .what_it_is_inner p {
  font-weight: 500;
}

/* what_you_get_box */

.what_you_get_box {
  border: 2px solid #00000033;
  padding: 25px 20px;
  border-radius: 20px;
  height: 100%;
}

.what_you_get_box_img {
  background: #fff1f3;
  width: 84px;
  min-width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.what_you_get_box_img img {
  width: 46px;
  height: 46px;
}

.what_you_get_box h6 {
  font-weight: 600;
}
.what_you_get_box p {
  font-weight: 500;
}

.what_you_get_box_img.green {
  background: #e8ffd9;
}

/* Who It's For */

.who_for_end_content {
  border: 2px solid #00000033;
  padding: 25px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.who_for_end_content .who_for_end_img {
  background: #fff1f3;
  width: 68px;
  min-width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.who_for_end_content .who_for_end_img img {
  width: 40px;
  height: 40px;
}

.who_for_end_content h6 {
  font-weight: 600;
}
.who_for_end_content p {
  font-weight: 500;
}

.who_for_end_content .who_for_end_img.green {
  background: #e8ffd9;
}

.who_for_end_content ul li {
  display: flex;
}

/* Benefits & Outcomes */

.benefits_content {
  border: 2px solid #00000033;
  padding: 25px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.benefits_content .benefits_img {
  background: #fff1f3;
  width: 68px;
  min-width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits_content .benefits_img img {
  width: 40px;
  height: 40px;
}

.benefits_content h6 {
  font-weight: 600;
}
.benefits_content p {
  font-weight: 500;
}

.benefits_content .benefits_img.green {
  background: #e8ffd9;
}

.benefits_content ul li {
  display: flex;
}

/* journey_wrapper */

.journey_wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.journey_wrapper_content {
  background: linear-gradient(180deg, #e9337e 0%, #501e60 100%);
  padding: 60px 50px;
}

.journey_wrapper_content h4 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.journey_wrapper_content p {
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}

.journey_wrapper .icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask: url("../../assets/icon/check.svg") no-repeat center;
  mask: url("../../assets/icon/check.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-right: 10px;
}

.journey_wrapper_content ul li {
  color: #fff;
}

@media (max-width: 767px) {
  .f-45 {
    font-size: 20px;
  }
  .journey_wrapper_content {
    padding: 50px 30px;
  }
}

@media (max-width: 1367px) {
  .what_you_get_box_img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .what_you_get_box_img img {
    width: 30px;
    min-width: 30px;
  }
  .f-28 {
    font-size: 20px;
  }

  .f-22 {
    font-size: 16px;
  }
  .f-45 {
    font-size: 20px;
  }
}
