@media screen and (min-width:1024px){
.mobile {display:none}
.container{width:95%;}
}
@media screen and (min-width:1200px){
.mobile {display:none}
.container{width:1170px;}
}


@media screen and (max-width:1024px){
.container{width:95%;}
}
@media screen and (max-width:768px){

}
@media screen and (max-width:500px){
footer .footer-left-col,footer .footer-right-col{width:100%;}
footer .footer-left-col ul li{margin:0 0 5px 0}
footer .footer-left-col ul li a {font-size:1.6rem}
footer .footer-right-col {justify-content: center;}
footer .footer-right-col .smm,footer .footer-right-col h3{text-align:center}
}