@media screen and (max-width: 767px) {
  .hero {
    padding: 132px 0 64px;
  }
  .hero:not(.without-shadow)::before {
    content: unset !important;
  }
  .hero:not(.without-shadow)::after {
    left: 3%;
    top: 9%;
    right: 0;
    width: 954px;
    height: 150px;
  }
  .hero.dark_blue {
    padding-bottom: 12px;
  }
  .hero::after {
    height: 220px;
    top: 190px;
  }
  .hero .sub-title {
    margin-bottom: 4px;
  }
  .hero.new .site-title {
    margin-bottom: 20px;
  }
  .hero.new .site-title span.cursor {
    width: 4px;
    height: 40px !important;
  }
  .hero.new .sub-title {
    font-weight: 400;
  }
  .hero .site-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .hero .website-generator {
    margin: 32px 0;
  }
  .hero .websites_created_container.black_bg {
    padding: 0;
    margin: 60px 0 48px;
  }
  .hero .buttons {
    flex-direction: column;
    margin-top: 32px;
  }
  .hero .buttons .button_container {
    margin-top: 0;
  }
  .hero .title-slide-up {
    font-size: 32px;
    line-height: 42px;
  }
  .hero .main-button {
    margin-top: 12px;
  }
  .hero.without-input .websites_created_container {
    margin: 32px 0 48px;
  }
  .hero.without-input .buttons {
    align-items: center;
  }
  .hero.without-input .site-title {
    font-size: 40px;
    line-height: 48px;
  }
  .hero.white-bg {
    padding-bottom: 72px;
  }
  .hero.trustpilot_bottom .website-generator {
    margin: 40px 0 44px;
  }
  .hero.trustpilot_bottom .cards .cards__sub-title {
    padding-bottom: 32px;
  }
  .hero.trustpilot_bottom .websites_created_container {
    padding: 0;
    margin: 32px 0 0;
  }
  .short_lp .site_header .container {
    justify-content: center;
  }
}
