@media screen and (min-width: 32.375em) {
    .footer-copyright .footer-copyright-company {
        width: 66.6% !important;
    }
}

@media screen and (max-width: 32.375em) {
    .footer-copyright .footer-copyright-company {
        width: 100% !important;
		text-align:center;
    }
    .footer-copyright .col-4 {
        display:none;
    }
}