/* Variables */
/* --primary-color: #d48f51; */
/* --neutral-dark: #090808; */
/* --neutral-light: #fff; */

/* herohome */
@media (width < 1367px) {
    .c-herohome__title{
        font-size: 56px !important;   
    }
}
@media (width < 881px) {
    .c-herohome__title{
        font-size: 48px !important;   
    }
}
@media (width < 768px) {
    .c-herohome__title{
        font-size: 36px !important;   
    }
}
