@media (max-width: 1200px) {
  .section2 .advantages .block {
    width: 48% !important;
  }
  .hero h1 {
    font-size: 3em !important;
  }
  .hero h3 {
    font-size: 1.2em !important;
    width: 400px !important;
  }
  .section1 {
    height: unset !important;
  }
  .section1 .left {
    width: 100%;
    padding-top: 12svh;
    padding-right: 0;
  }
  .section1 .left h2 {
    font-size: 1em;
  }
  .section1 .left h3 {
    font-size: 0.8em;
  }
  .section1 .right {
    width: 100%;
  }
}