@media(max-width:480px){
.store-footer .navbar-brand img {
    max-width: 130px;
    margin: 0 auto 1rem;
}
.store-footer__inner * {
    justify-content: center;
    align-items: center;
    text-align: center;
}
}