@media screen and (max-width: 1024px) {
    header#page-header nav.w-nav.type_mobile .menu-item .w-nav-arrow {
        font-size: 18px;
        margin-left: 10px;
    }
    section.hero_home.l-section  {
        height: 600px !important;
    }
}
@media screen and (max-width: 767px) {
    section.hero_home.l-section  {
        height: 350px !important;
        padding-top: 25em;
    }
}
@media screen and (max-width: 600px) {
    section.hero_home.l-section  {
        height: 300px !important;
        /* margin-top: 8vmax; */
        padding-top: 20em;
    }
}
@media screen and (max-width: 480px) {
    section.hero_home.l-section  {
        margin-top: 9vmax;
        padding-top: 10em;
    }
}
@media screen and (max-width: 400px) {
    section.hero_home.l-section  {
        height: 250px !important;
        margin-top: 11vmax;
        padding-top: 9em;
    }
}
