@media (min-width: 1200px){
.col-xl-10 {
    flex: 0 0 40%!important;
}
}

@media (min-width: 992px){
.col-lg-6 {
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
}

@media (min-width: 768px){
    .col-lg-12 {
        flex: 0 0 85%;
        max-width: 85%;
    }
}

footer.sticky-footer{
    padding: 1rem 0!important;
}