/* Add custom CSS styles below */ 
.navbar-brand img {
    border: 2px solid #3c271e;
    border-radius: 10px;
    margin-top: 10px;
}
.store-footer__inner .container div a img {
    border-radius: 10px;
}

@media(max-width: 767px) {
  .navbar-brand img {
    height: 48px !important;
}