.banner_detail-container {
  max-width: 812px;
}
.banner-section {
  padding: 64px 0;
}
.banner_title span {
  font-weight: 500;
}
.cta-section_title {
  line-height: 48px;
}
.cta-section_text {
  max-width: 760px;
  line-height: 26px;
}
.cta-section {
  background-position: top 20px right 60px;
}
/* Challenges start */
.challenges-container {
  height: 585px;
  overflow-x: auto;
}
.challenge_header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.challenge_header .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px;
  background: linear-gradient(90deg, #eb7f64 6.67%, #ee5e55 100%);
  flex-shrink: 0;
}
.challenge_content-text {
  line-height: 26px;
  color: #374151;
}
.challenge-item_content:not(:last-of-type) {
  margin-bottom: 20px;
}
/* Challenges End */
.why-choose_list li:not(:last-of-type) {
  padding-bottom: 42px;
  margin-bottom: 24px;
}
/* Responsive Start */
@media (max-width: 1400px) {
  /* Banner Start */
  .banner-section {
    padding: 54px 0;
  }

  /* Banner End */
  /* Cta Start */
  .cta-section {
    background-position: bottom right -90px;
  }
  /* Cta End */
}
@media (max-width: 1200px) {
  /* Banner Start */
  .banner-section {
    padding: 50px 0;
  }

  /* Banner End */
  .cta-section_title {
    line-height: 34px;
  }
  .cta-section {
    background-position: top 20px right -170px;
  }
  .why-choose_list li:not(:last-of-type) {
    padding-bottom: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  /* Banner Start */
  .banner-section {
    padding: 40px 0;
  }

  /* Banner End */
  .cta-section_title {
    line-height: 30px;
  }
  .cta-section {
    background-position: bottom right -240px;
  }
  /* Challenges start */
  .challenges-container {
    margin-top: 24px;
  }
  .challenge_header .img-container {
    padding: 10px;
  }
  .challenge_header .img-container img {
    height: 22px;
  }
  /* Challenges End */
  .why-choose_list li:not(:last-of-type) {
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cta-section_title {
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  /* Banner Start */
  .banner-section {
    padding: 30px 0;
  }
  /* Challenges start */
  .challenge_header .img-container {
    padding: 8px;
  }
  .challenge_header .img-container img {
    height: 20px;
  }
  /* Challenges End */
  .why-choose_list li:not(:last-of-type) {
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .challenge_header {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
@media (max-width: 320px) {
}
/* Responsive end */
