@media screen and (min-width: 576px) {
  .home-section-1 {
    padding: 150px !important; /* override .columnBlockLayout */
  }
}

@media (min-width: 1200px) {
  .wrapper-body .container {
    max-width: 1880px !important;
  }
}