@media screen and (max-width: 1260px) and (min-width: 768px) {
  .hero {
    padding: 132px 0 80px;
  }
  .hero::after {
    height: 380px;
    top: 140px;
  }
  .hero .site-title {
    font-size: 52px;
    line-height: 68px;
    margin-bottom: 48px;
  }
  .hero .text-container.with-description .site-title {
    margin-bottom: 24px;
  }
  .hero .sub-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .hero .website-generator {
    margin: 48px 0;
  }
  .hero .websites_created_container.black_bg {
    padding: 0;
    margin: 48px 0 80px;
  }
  .hero .title-slide-up {
    font-size: 64px;
    line-height: 80px;
  }
  .hero.without-input .site-title {
    font-size: 72px;
    line-height: 86px;
  }
  .hero.without-input .sub-title {
    font-size: 24px;
    line-height: 36px;
  }
  .hero.white-bg {
    padding-bottom: 96px;
  }
  .hero.trustpilot_bottom .website-generator {
    margin: 40px 0 66px;
  }
  .hero.trustpilot_bottom .cards .cards__sub-title {
    padding-bottom: 56px;
  }
  .hero.trustpilot_bottom .websites_created_container {
    padding: 0;
    margin: 88px 0 56px;
  }
  .hero .ads-icons-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
  }
  .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: 3;
  }
  .hero .ads-icons-wrap .ads-icon:nth-child(4) {
    order: 4;
  }
  .hero .ads-icons-wrap .ads-icon:nth-child(5) {
    order: 5;
  }
  .hero .ads-icons-wrap .ads-icon:nth-child(6) {
    order: 6;
  }
  .hero .ads-icons-wrap span {
    font-size: 16px;
  }
  .short_lp .hero .site-title {
    font-size: 56px;
    line-height: 72px;
  }
}
