@media (max-width:1280px) {
    .header-top::before {
        display: none;
    }
    #main-header {
        padding: 0.3rem 1rem !important;
    }
    .slide-content h1 {
        font-size: 40px;
    }
    #header img.custom-logo {
        width: 100px;
    }
}
@media (max-width:1024px) {
    #projects-slider .slick-arrow {
        display: none !important
    }
}