body{
  background: white;
}
section:nth-of-type(1){
      margin: unset;
}
section:nth-of-type(1) .container{
   max-width: unset;
    padding: unset;
}
.banner--fixed img, .banner-entry{
  background: transparent;
}
section:nth-of-type(2) .container{
      width: 500px;
}
section:nth-of-type(3) .grid{
        grid-template-columns: repeat(4, minmax(0, 1fr))

}
section:nth-of-type(3) .lazy__bg{
  height: 200px;
}
 section:nth-of-type(3){
       margin-top: 1rem;
    max-width: 700px;
 }