/* Custom css */

@media screen and (max-width: 750px) {
.nophone {
    display: none;
}
    .footer .col-md-3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}