header {
  background-image: url('/new_landing/images/home-page/section_header.png');
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: -50px;
  background-size: 100% 100%;
}
.access .section-text {
  margin: 30px 0px;
  /* font-size: 32px; */
}
.points + .points {
  margin: 30px 0 0 0;
}
.testimonial-item {
  display: flex;
  gap: 10px;
}
.ssm-testimonials h2 {
  margin-bottom: 60px;
}
.testimonial-item h4{
  font-size: 48px;
  font-weight: 900;
  font-family: var(--font-body);
}
.testimonial-container p{
  font-size: 28px;
  margin-top: 40px;
}
.testimonial-container {
  background-color: var(--color-white);
  border-radius: 30px;
  padding: 45px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.same-day {
  font-size: 49px;
  margin-top: 60px;
  text-align: center;
}
.ssm-testimonials {
  padding-bottom: 100px!important;
}
.curve-yellow-new {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 0;
  width: 16%;
}
.faq {
  color: var(--color-dark-indigo)!important;
}

@media only screen and (max-width: 1681px) {
  .testimonial-item h4{
    font-size: 38px;
    font-weight: 600;
    font-family: var(--font-body);
  }

  .testimonial-container p{
    font-size: 28px;
    margin-top: 40px;
  }
  .same-day {
    font-size: 28px;
  }
}

@media only screen and (max-width: 992px) {
  .points {
    margin: 0;
  }
  .points + .points {
    margin: 15px 0 0 0;
  }
  .testimonial-item h4{
    font-size: 34px;
  }
  .testimonial-container p{
    font-size: 24px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial-item h4{
    font-size: 28px;
  }
  .testimonial-container p{
    font-size: 18px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 576px) {
  section.hero {
    .coa-buttons {
      a {
        flex-basis: auto;
      }
    }
  }
}