body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #fbbe68;
    --main-light: #9ebea0;
    --main-dark: #3a4d57;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    --nav-link: #f2f2f2;
    --icons: #fbbe68;
    --bg-category: #011826;
    --btn-main: #000000;
    --btn-main-hover: #719274;
}
.bg-gray-8 {
    background-color: #fff!important;
}
.banner-content-1 h2 {
    color: #fff!important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-1 h2 {
        font-size: 23px;
    }
}