/* Add custom CSS styles below */ 
  .s-block-simple-section__content {
    --content-align: center !important;
    --title-font-size: 30px;
    --subtitle-font-size: 20px;
    text-align: center;
  }

  .s-block-simple-section__title,
  .s-block-simple-section__subtitle {
    color: #086145;
    text-align: center;
   }

  .s-block-simple-section__title {
    font-size: 30px;
    font-weight: 700;
  }

  .s-block-simple-section__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
  }


#main-banner .s-slider-container .main-banner-slide {
  background-origin: content-box !impotant;
}