header {
    padding: 154px 0 100px;
}

@media (max-width: 768px) {
    header {
        padding: 26px 0 100px !important;
    }
}

