/* Add custom CSS styles below */ 
.h-logo-size .navbar-brand {
    transform: scale(2.3);
}

.footer-centered .store-footer .footer_top {
    display: flex;
    flex-direction: column;
    align-items: center !important;
}
#app .footer-container {
    display: grid;
    grid-template-columns: repeat(1, minmax(250px, 1fr));
}
.store-footer h3 {
    text-align: center;
}
#app.footer-centered .s-contacts-list {
    justify-content: center;
    align-items: center;
}

.footer-list__item  {
  width: 100%;
}
.footer-list {
    place-content: center;
    display: grid;
    place-items: center;
    text-align: center;
}