@media only screen and (min-width: 768px){
.siteInnerWrapper{
    width: 96% !important;
    margin: auto;
    
}
.footerContainer{
    margin-bottom: 2%;
}
}