body {
  background-color: white !important;
}

.banner--fixed img,
.banner-entry {
  background-color: transparent;
}

section:nth-of-type(1) {
  margin: unset;
}

section:nth-of-type(1) .container .mx-auto{
  padding: unset;
  max-width: 100%;
}
section:nth-of-type(1) .container.mx-auto{
    padding: unset;
  max-width: 100%;
}
section:nth-of-type(1) .py-5{
      padding: unset;
  max-width: 100%;
}

section:not(:nth-of-type(3)) .s-slider-block__title {
  display: none;
}

section:nth-of-type(3) .s-slider-block__title h2 {
  border-bottom: 2px solid;
  font-size: 25px;
  padding-bottom: 15px
}
.s-button-btn {
  border-radius: 10px;
  background: #AD857E;
  color: white;
  border: none;
}
.s-block--features__item .feature-icon i {
  color: white !important;
}