.footer-contacts {
    grid-area: 1 / 3 / 3 / 4;
    padding-left: 76px;
    justify-self: center;
}

@media (max-width: 1200px) {
    .footer-contacts {
        grid-area: 1 / 2 / 2 / 3;
        padding: 0;
        justify-self: self-start;
    }
}
@media (max-width: 768px) {
    .footer-contacts {
        order: 3;
        align-self: self-start;
        margin-top: 3px;
        width: 100%;
    }
}