@media (max-width: 768px) {
.footer.one, .footer.two, .footer.three {
width: 100% !important;
}
}
Css dosyasının en altına ekle.
@media (max-width: 768px) {
.footer.one, .footer.two, .footer.three {
width: 100% !important;
}
}