/* Add custom CSS styles below */ 
.landing-page-first-banner .container {
    max-width: 85%;
}
.landing-page-first-banner .container > div  {
    width: 28% !important;
}
@media (max-width:768px){
  .store-header {
        position: static !important;
  }
  .landing-page-first-banner .container {
    max-width: 100%;
}
  .landing-page-first-banner .container > div {
    width: 100% !important;
    background: #02020238;
    padding: 20px;
   align-items: center !important;
    border-radius: 20px
}
  .landing-page-first-banner  h1 {
        text-align: center !important;
  }
}
.s-block--fixed-banner .container {
    max-width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin: 0;
}