.program-req {
  background-color: #e3debe;
}
.program-req .single-block {
  position: relative;
  z-index: 1;
  flex-direction: row-reverse;
  padding-block: 0;
}
/*.program-req .single-block .block .img:before {
     right: 0;
     left: auto;
     border:2px solid #ffffff;
}
*/
.program-req ul.points {
  border-left: 2px solid #1c562a;
}
.program-req ul.points li,
.program-req p {
  color: #1c562a;
}
.program-req ul.points ul {
  list-style: square;
}
.program-req ul.points ul li:before {
  display: none;
}
.program-req ul.points ul li {
  padding-left: 0.75rem;
  margin-left: 1.25rem;
}
.program-req ul.points.checker li:before {
  content: url(https://api.iconify.design/la/check-square-solid.svg?color=%231c562a&height=32);
}
.herobanner {
  background-image: url(../images/hero-banner.webp);
  background-size: cover;
  min-height: 700px;
  background-position: top;
}
/* .intro-text {
  background-image: url(../images/stress-icon-opacity.png);
  background-size: 275px;
  background-blend-mode: overlay;
  background-color: #ffffff5e;
} */
.intro-text .row .box {
  border-bottom: 0.8px solid #00000026;
}

#header .bookbtn a {
    min-height: 60px;
    align-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .howitworks-blocks .single-block .block .img img {
    max-width: 280px;
  }
  .howitworks-blocks .single-block .block h4 {
    font-size: 24px;
  }
  .herobanner {
    height: 80vh;
    min-height: auto;
    padding-top: 3rem !important;
  }
  .herobanner {
    background-image: none;
    height: auto;
  }
  .herobanner .hero-text .tagline {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .program-req ul.points {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section-title h2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }
  .intro-text {
    background-size: contain;
  }
  .herobanner {
    background-image: none;
    height: auto;
  }
  .hero-mobile-banner img {
    max-width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
