@media screen and (max-width: 991px) {
    footer .footer-col-3 {
        width: 45%;
    }
}
@media screen and (max-width: 768px) {
    footer .footer-up {
        flex-direction: column;
        gap: 20px;
    }
    footer .footer-col-3 {
        width: 100%;
    }
    footer .footer-down {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }
}