footer {
    background-color: #02142B;
}

footer .section-container {
    padding: 30px;
}

footer figure {
    margin: 0 auto;
    width: max-content;
}

footer figure img {
    height: 22px;
}

footer a {
	margin: 20px auto 0 auto;
}


    /* Pad Version */
    @media screen and (min-width: 768px) {
        footer figure img {
            height: 27px;
        }
    }


        /* Desktop Version */
        @media screen and (min-width: 992px) {
            footer figure img {
                height: 32px;
            }
        }