.footer__linklist.col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4.col-xxl-4 {
    width: 19% !important;
}

@media(max-width:650px) {
    .footer__linklist.col-12.col-sm-12.col-md-12.col-lg-4.col-xl-4.col-xxl-4 {
    width: 100% !important;
}
}