/* Footer */
footer {
    background-color: #F5F5F5;
    padding: 50px 76px;
    margin-top: 80px;
}

.footer-content {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-content p {
    margin-top: 20px;
    font-size: 16px;
    word-spacing: .6em;
    color: #434242;
}

.footer-content a {
    color: #434242;
    text-decoration: none;
    cursor: pointer;
}

.footer-logo {
}

.footer-contact {
    justify-self: right;
}

.footer-contact h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FF4444;
    margin-bottom: 20px;
}

.footer-contact p {
    font-size: 20px;
    color: #666;
    line-height: 33px;
    margin-bottom: 20px;
}

.footer-contact a {
    color: #434242;
    cursor: pointer;
    text-decoration: none;
}

.social-icons {
    margin-top: 30px;
    mix-blend-mode: multiply;
}

.social-icon {
}

.social-icon:hover {
}

@media (max-width: 1600px) {
    .footer-contact {
        padding-inline-start: 34px;
    }

    .footer-contact h3 {
        font-size: 20px;
        font-weight: bold;
    }

    .footer-contact {
        padding-inline: 0;
        justify-self: right;
    }
}

@media (max-width: 1060px) {

    footer {
        padding-inline: 32px;
        margin-top: 27px;
    }

    .social-icons img {
        width: 107px;
        height: auto;
    }

    .footer-content {
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    }

    .footer-contact {
        padding-inline: 0;
        justify-self: right;
    }

    .footer-contact h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .footer-contact p {
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
    }
}
