body {
  background: white !important;
}

.s-slider-block__title{
  display: none;
}
section:nth-of-type(1) {
  margin: unset;
}

section:nth-of-type(1) .container ,
section:nth-of-type(3) .container ,
section:nth-of-type(5) .container ,
section:nth-of-type(7) .container 
{
  padding: unset;
  max-width: 100%;
}
.bg-gray-100 {
  
    background-color: #F9F5EA;
}