@media only screen and (max-width: 750px){

.desktop {display: none !important;}
.mobile {display: block;}

header {text-align: center;}
header .col-lg-2 {max-width: 100%;text-align: center;}

footer {padding: 0 20px;text-align: center;margin-bottom: 20px;}
footer .final img {width: 40%;margin-bottom: 10px;}
footer .right {text-align: center;margin-top: 20px;}

}