@media only screen and (max-width: 1440px) {}
 
@media only screen and (max-width: 768px) {
    .footer-wrapper {
        gap: 3rem;
    }

    .footer-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-left-text {
        justify-self: center;
        text-align: center;
    }

    .footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-left {
        align-self: center;
    }

    .footer-left-logo {
        justify-self: center;
    }

    .footer-right-contacts {
        justify-content: center;
        align-items: center;
    }
}