/* Custom styles for footer images */
.footer-widget__branches img {
    max-width: 120px;
    height: auto;
    width: 100%;
    transition: transform 0.3s ease;
}

@media (max-width: 767px) {
    .footer-widget__branches img {
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    .footer-widget__branches img {
        max-width: 80px;
    }
}
