section:nth-of-type(1){
  margin-top: unset;
}
section:nth-of-type(1) .container{
  padding: unset;
  max-width: unset;
}
section:nth-of-type(1) .container img{
  border-radius: unset;
  background-color: transparent;
}
section:nth-of-type(2) .container{
 max-width: 600px;
}

section:nth-of-type(2) img ,
section:nth-of-type(3) a ,
section:nth-of-type(5) img ,
section:nth-of-type(7) img ,
section:nth-of-type(9) img ,
section:nth-of-type(11) img 
{
  background-color: transparent;
}
section:nth-of-type(5) .container ,
section:nth-of-type(7) .container ,
section:nth-of-type(9) .container 
{
   max-width: 1600px !important;
}
section:nth-of-type(3) .grid{
     grid-template-columns: repeat(6, minmax(0, 1fr));
}
.banner-entry {
  height: 150px
}
.two-row .banner-entry:first-child {
  grid-column:unset;
  grid-row: unset;
}
section:nth-of-type(12) h1{
  font-size: 2.025rem;
  background-image: url(https://j.top4top.io/p_36164apgx1.png);
    background-repeat: no-repeat;
    text-align: center;
    width: 299px;
}
section:nth-of-type(12) .s-reviews-testimonial{
  background-color: #6C7B5C !important;
    color: white;
}
section:nth-of-type(12) .s-reviews-header-wrapper
{
      justify-content: center;
      
}
.store-footer__inner{
    background-color: #6C7B5C !important;
    color: white;
}

.copyright-text{
  font-size: 1rem;
}

@media (max-width: 1024px) {
  section:nth-of-type(3) .grid{
   grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}    
@media (max-width: 450px) {
  section:nth-of-type(3) .grid{
   grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}