#footer {
    padding: 2.5rem;
}

#footer__row_1 {
    display: flex;
    padding-bottom: 3.5rem;
}

#footer__row_1__logo {
    flex-grow: 1;
}

#footer__row_1__logo a {
    display: inline;
}

#footer__row_1__logo img {
    height: 2.5rem;
    width: auto;
}

#footer__row_1__social {
    display: flex;
    gap: 1rem;
}
#footer__row_1__social a {
    width: 2rem;
    height: 2rem;
}

#footer__row_1__social img {
    width: 2rem;
    height: 2rem;
}

#footer__row_2 {
    font-size: 0.75rem;
}

#footer__row_2 p {
    margin-bottom: 0.75rem;
}

#footer__row_2 a {
    text-decoration: underline;
}

@media (min-width: 321px) {

    #footer__row_1__logo img {
        height: 3rem;
    }

    #footer__row_1__social a {
        width: 3rem;
        height: 3rem;
    }

    #footer__row_1__social img {
        width: 3rem;
        height: 3rem;
    }

    #footer__row_2 {
        display: flex;
    }

    #footer__row_2 > div:first-child {
        flex: 2 1 66.666667%;
        text-align: left;
    }

    #footer__row_2 > div:last-child {
        flex: 1 1 33.333333%;
        text-align: right;
    }
}

@media (min-width: 640px) {
    #footer {
        padding: 3.5rem;
    }
}

@media (min-width: 768px) {
    #footer {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    #footer__row_1__logo {
        display: flex;
        flex: 1 1 50%;
        align-items: center;
    }

    #footer__row_1 {
        padding-bottom: 4.5rem;
    }

    #footer__row_2 {
        font-size: 0.875rem;
    }
}
