@media (max-width: 991px) {
 .link-top {
 display: inline;
 float: left;
 margin-top: 10px;
 }
}

@media (max-width: 768px) {
#block-block-2 .footer-text {
 text-align: center;
}

.footer-text img {
    float: none;
    margin: 5px 20px;
}

.footer-text h5 {
    float: none;
}

.footer-info-text {
    left: 10%;
}


}