@media (max-width: 768px) {
  .hero--main {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .trust__form-col.left {
    width: 100%;
  }
  .home .hero--main {
    display: none !important;
  }
  .hero--main {
    padding-top: 80px;
  }
  .home .hero--main__mobile {
    display: block !important;
    height: auto !important;
  }
  .hero--main__mobile button {
    z-index: 2;
  }
  .hero--main__mobile .hero__middle_img {
    min-height: 340px !important;
  }
  .hero--main__mobile h1 {
    padding-top: 50px !important;
  }
}
