/* Start custom CSS */@media (min-width:1025px) {
.footer-first {
    margin-top: -4vw;
}
}

@media (min-width:767px) and (max-width:1025px) {
   .footer-first {
    margin-top: -2vw;
} 
    
}

@media (max-width:767px) {
    .footer-first {
    margin-top: -20px;
}
}/* End custom CSS */