.owl-next i,
.owl-prev i {
  font-size: 12px
}

.heading-block~p:not(.lead) {
  font-size: 16px !important;
}

.heading-block:after {
  display: none;
}

.header-secondary,
.header-tertiary {
  color: #2b3936;
  margin-bottom: 10px;
  line-height: 1.2;
}

.header-tertiary {
  font-size: 26px;
  font-weight: 500;
}

.content-wrap .header-stick {
  margin-bottom: 0
}

.insta-slide__main {
  background: #F9E4AE;
  color: #2b3936;
  margin: 0 auto;
}

.insta-slider__content {
  text-align: center;
}

@media(min-width: 768px) {
  .insta-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  /* .insta-slider__image {
    width: 30%;
  } */

  .insta-slider__content {
    width: 80%;
    margin: 0 auto;
    /* margin-left: 3rem; */
  }
}

.dark .feature-box p,
.dark .feature-box h3 {
  color: #fff
}

.insta-slider__quote {
  font-size: 16px
}

.insta-slider__icon .material-icons-outlined,
.fbox-desc__icon .material-icons-outlined,
.insta-slider__icon .material-icons-round,
.fbox-desc__icon .material-icons-round {
  color: #117159;
  font-size: 32px;
}

.feature-box p,
.olivia-cta {
  color: #2b3936;
}

.olivia-cta {
  margin: 0 auto;
  background: #DEE8AC;
}

.olivia-cta__button {
  width: 100%;
  text-align: center;
}


.hero-box {
  width: 768px;
  margin: 0 auto;

  /* background-color: #fff; */
  display: block;
  max-width: 100%;
}

.dark .slider-caption h1 {
  color: #2b3936;
  font-size: 56px;
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 1;
}

.dark .slider-caption h2 {
  color: #2b3936;
  font-weight: 500;
  font-size: 30px;
}

.text-orange {
  color: #036d58 !important;
}

@media(min-width:768px) {
  .hero-box {
    margin-top: -8rem;
  }
}

.hero-box .heading-block {
  margin-bottom: 30px;
}

.hero-box__inner {
  position: relative;
}
.dark .slider-caption {
  max-width: 600px;
}
.hero-box__inner ,
.dark .slider-caption {
  padding: 3rem;
  background: #fff;
  border: 5px solid #fff;
  color: #2b3936;
  border-radius: 1rem;
}

.hero-box__inner:before,
.dark .slider-caption::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 5px solid rgba(179, 211, 67, .4);
  border-radius: 1rem;
}

@media(min-width: 1200px) {
  .v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mb-0 {
  margin-bottom: 0
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
  text-transform: capitalize;
}

.footer.dark {
  position: relative;
  background-color: #117159;
  z-index: 1;
}

.footer__container {
  padding: 2rem 0;
}

.dark #copyrights {
  color: #2b3936;
  background-color: #f6f9f9;
}

.footer-nav,
.footer-nav-social,
.footer-rights {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-nav-social {
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-nav__item,
.footer-rights__item {
  text-align: center;
}

.footer-nav__link,
.footer-rights__link,
.footer-nav__btn {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: ease all .15s;
  -o-transition: ease all .15s;
  transition: ease all .15s;
  border-radius: 5rem;
}

.footer-nav__link,
.footer-rights__link {
  color: #fff;
}

.footer-nav__btn {
  color: #2b3936;
  background-color: #FAC53C;
  border: solid 1px #FAC53C;
  padding: 5px 10px;
}

.dark .footer-nav__link:hover,
.dark .footer-rights__link:hover {
  color: #FAC53C;
}

.dark .footer-nav__btn:hover {
  background-color: #117159;
  color: #fff;
}

.footer-rights__link {
  font-size: 12px;
  line-height: 1;
}

@media(min-width: 768px) {

  .footer-nav__item,
  .footer-rights__item {
    display: inline-block;
  }

  .footer-rights__item:not(:last-child) {
    border-right: 1px solid #fff;
  }

  .footer-nav__item {
    padding: 0 10px;
  }

  .footer-rights__item {
    padding: 0 20px;
  }
}

@media(max-width: 767px) {

  .footer-nav__item,
  .footer-rights__item {
    margin-bottom: 20px;
  }
}