.fotter_bottom .list-unstyled li {
    max-width: 200px;
}


@media only screen and (max-width: 640px) {
 .fotter_bottom .list-unstyled li {
    max-width: 100%;
}
}

