@media screen and (max-width:768px) {
    .info-box {
        margin-bottom: 25px !important;
    }
    .info-box:last-child {
        margin-bottom: 0px !important;
    }

        .site-header {
        /*background: #000 !important;*/
    }
    button.sub-menu-toggle {
        position: relative !important;
        display: flex !important;
        justify-content: flex-end !important;
    }
}