@media (max-width:1650px) {
    #header #menu-main-menu > li > a {
        margin: 0 3px;
        padding: 10px 15px;
    }
}
@media (max-width:1280px) {
    #header img.custom-logo {
        width: 500px;
    }
}
@media (max-width:768px) {
    .footer-section-bottom::before,
    .footer-section-bottom::after {
        display: none;
    }
}