@media screen and (max-width: 767px) {
  .hero {
    padding: 132px 0 64px;
  }
  .hero::after {
    height: 220px;
    top: 190px;
  }
  .hero .sub-title {
    margin-bottom: 4px;
  }
  .hero .site-title {
    font-size: 32px;
    line-height: 40px;
  }
  .hero .website-generator {
    margin: 32px 0;
  }
  .hero .websites_created_container.black_bg {
    padding: 0;
    margin: 56px 0 40px;
    height: auto;
  }
  .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;
  }
  .hero .ads-icons-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 8px;
  }
  .hero .ads-icons-wrap span {
    font-size: 14px;
    line-height: 20px;
  }
  .hero .ads-icons-wrap .ads-icon:nth-child(1) {
    order: 1;
  }
  .hero .ads-icons-wrap .ads-icon:nth-child(2) {
    order: 2;
  }
  .hero .ads-icons-wrap .ads-icon:nth-child(3) {
    order: 5;
  }
  .hero .ads-icons-wrap .ads-icon:nth-child(4) {
    order: 3;
  }
  .hero .ads-icons-wrap .ads-icon:nth-child(5) {
    order: 6;
  }
  .hero .ads-icons-wrap .ads-icon:nth-child(6) {
    order: 4;
  }
  .short_lp .site_header .container {
    justify-content: center;
  }
}
