.store-footer__inner{
  background-color:rgb(140 187 11);
  
}
.main-nav-container {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    box-shadow: 4px 6px 4px 0px #8cba0b;
}
.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}
.navbar-brand img {
    max-width: 270px;
    max-height: 6rem;
}
.main-nav-container.fixed-pinned .navbar-brand img{
      max-height: 100px;
}