.homefooter-container {
    border-top: 2px solid #E5E5E5;
    padding: 48px 0 !important;
}

.mobile-footer {
    display: none !important;
}

div.row.web-footer a {
    color: #188DCE;
}

@media only screen and (max-width: 600px) {
    .mobile-footer {
        display: block !important;
    }
    .web-footer {
        display: none !important;
    }
}