@media only screen and (max-width:1024px) {
    .footer-col-item.column-label.relative {
        font-size: 20px !important;
    }
}
@media only screen and (max-width:480px) {
    .main-header .header-items .header-col.logo-item {
        border-bottom: 1px solid #3c3b66 !important;
    }
    .footer-col-item.column-label.relative {
        font-size: 25px !important;
    }
}