.bs-website .main-banner .background-layer{
    background-image: var(--banner-image, "none");
    background-color: #fddf4d !important;
}
.bs-website .bs-section .background-layer{
    background: var(--section-bg-color, #fddf4d);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}