.hero-text .tagline {
  max-width: 525px;
}

.program-req {
  background-color: #e3debe;
}

.program-req .single-block {
  position: relative;
  z-index: 1;
  flex-direction: row-reverse;
  padding-block: 0;
}

.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(../images/check-square-solid_1.svg);
}

.herobanner {
  background-image: url(../images/sage-banner.png);
  background-size: 600px;
  background-position: 95% bottom;
}

.intro-text {
  background-image: url(../images/sage-icon-opacity.png);
  background-size: 250px;
  background-blend-mode: overlay;
  background-color: #ffffff5e;
}

.herobanner .heading img {
  max-width: 65%;
  left: -17.5%;
  position: relative;
}

.hero-text .tagline {
  font-size: 22px;
}

.font-big {
  font-size: 22px;
}

.bg-baige {
  background-color: #e3dfbe;
}

.text-baige {
  color: #9f7a43;
}

.font-bold {
  font-weight: 600;
}

.bg-green {
  background-color: #1c562a;
}

body {
  font-size: 18px;
}

.sage-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.faq-accordion .card-header a {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;

  & svg {
    margin-left: 2rem;
    width: 22px;
    height: 22px;
    transition: .5s;
  }
}

.faq-accordion .card {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  border-radius: 0;

  .card-body {
    padding-top: 0;
    color: #fff;
    font-size: 16px;
    padding-right: 4rem;
    padding-left: 0;
    /* text-align: justify; */
  }

}

#faqs-2 .faq-accordion .card {
  border-bottom: solid 1px rgb(159, 122, 67, 0.25);
}

.faq-accordion .card-header a:not(.collapsed) {
	color:#E3DFBE; 

   & svg {
    transform: rotate(45deg);
   }
}

#faqs-2 .faq-accordion .card-header a {
	color:#000; 
  font-weight: 600;
}

#faqs-2 .card-body {
  color: #000;
}

#faqs-2 .faq-accordion .card-header a:not(.collapsed) {
	color:#9F7A43; 
}

body .container {
  max-width: 1320px;
}

.hero-text {
  left: 10%;
}

.card-header {
	background-color: transparent;
	border: none;
  padding-left: 0;
  padding-block:1rem;
}

.faq-image {
  height: 100%;

  & img {
    height: 100%;
    object-fit: cover;
  }
}

.role-card {
  color: #080808;
  
  .role-content {
    padding-right: 1rem;
  }

  .role-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .75rem;
  }
  
  & p {
    font-size: 14px;
  }

}

.role-card {
  margin-bottom: 1rem;
}

.role-image img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block;
  margin-right: 1rem;
}

.role-inner {
  display: grid;
  grid-template-columns: auto auto;
}


.role-medicine  .role-inner {
    display: block;
    border: solid 1px #9F7A43;
    height: 100%;
    padding: 20px 10px 10px 20px;
    border-left: solid 10px #9F7A43;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;

    &:before {
      content: "";
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #9F7A43;
      transition: .5s;
      z-index: -1;
    }

    .role-image {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;

      .role-title {
        margin-bottom: 0;
        color: #1C562A;
        font-weight: 700;
        transition: .5s;
      }

    }
}

.role-medicine  .role-inner:hover {

  color: #fff;
  
  &:before {
    left: 0;
  }

  .role-title {
    color: #fff;
  }



}

.role-card.role-medicine {
  margin-bottom: 2rem;
}


@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;
  }

  .herobanner {
    height: auto;
    background-size: 450px;
    background-position: 100% bottom;
  }

  .herobanner .hero-text .tagline {
    max-width: 50%;
  }

  .hero-text {
    left: 0;
  }
}

@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: 100%;
    display: block;
    margin-left: auto;
  }

  .herobanner .heading img {
    left: 0;
    max-width: 100%;
  }

  .hero-text {
    left: 0;
  }

  .sage-title {
    font-size: 28px;
  }

  .faq-accordion .card-header a {
    grid-template-columns: auto auto;
    display: grid;
  }

}
