:root {
  --primary-color: #F54B46;
  --red: #F54B46;
  --primary-color-lighter: #FB7A76;
  --red-lighter: #FB7A76;
  --primary-color-darker: #AF3532;
  --red-darker: #AF3532;
  --secondary-color: #888888;
  --grey: #888888;
  --secondary-color-lighter: #CCCCCC;
  --grey-lighter: #CCCCCC;
  --secondary-color-darker: #636466;
  --grey-darker: #636466;
  --tertiary-color: #F6F6F6;
  --white: #F6F6F6;
  --tertiary-color-lighter: #FFFFFF;
  --white-lighter: #FFFFFF;
  --tertiary-color-darker: #E6E6E6;
  --white-darker: #E6E6E6;
  --quaternary-color: #414142;
  --black: #414142;
  --quaternary-color-lighter: #636466;
  --black-lighter: #636466;
  --quaternary-color-darker: #222222;
  --black-darker: #222222;
}/*Center CTA Buttons*/

@media (max-width: 576px) {
    .b-cta__buttons-item {
        width: auto;
    }
}

@media (max-width: 576px) {
  #e1659 > section > div.container > div > div > div > h1 {
    font-size: 3rem !important;
  }
}


h1.c-hero-slider__title {
  font-size: 6rem; 
}

@media(max-width: 576px) { 
  h1.c-hero-slider__title {
    font-size: 4rem;
  }
}


hr{
  border: none !important;
  border-top: 0.5px solid #f0eee7 !important;
}