/* @group Site Footer
------------------------------------ */
.footer__container {
    background-color: var(--footer-gray);
}

@media only screen
and (min-width : 961px) {
    .footer__container {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
    .footer__container .img-box {
        height: 7rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .footer__container {
        padding: 2.2rem 2rem;
    }
    .footer__container .img-box {
        width: 100%;
        max-width: 33rem;
        height: auto;
    }
}

/* @end */
