/* Add custom CSS styles below */ 
.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding-right: 0;
  padding-left: 0;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}

:nth-child(2 of section.s-block.s-block--fixed-banner.wide-placeholder) .container, :nth-child(3 of section.s-block.s-block--fixed-banner.wide-placeholder) .container,  :nth-child(4 of section.s-block.s-block--fixed-banner.wide-placeholder) .container, :nth-child(5 of section.s-block.s-block--fixed-banner.wide-placeholder) .container  {
  max-width: 100%;
  background-color: transparent;
}

section.s-block.s-block--about .container .flex .w-full a {
  color: #E6D17F;
  padding: .5rem 2.5rem .625rem !important;
}

section.s-block.s-block--about .container .flex .w-full h3 {
  color: #0A312399;
}

section.s-block.s-block--about .container .flex .w-full h2 {
  color: #D5A13C;
}
/****/

/* Features */
section.s-block.s-block--enhanced-features .grid {
  gap: 0;
}

.s-block--enhanced-features__item {
    background-color: #FBF8F2;
}

@media(min-width: 992px) {
  section.s-block.s-block--enhanced-features {
    margin-top: -5rem;
  }
}