.hero {
  padding-top: 100px;
  padding-bottom: 14px;
  background-image: url("img/hero_bg.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__col {
  padding: 0 35px;
}
.hero__title {
  font-size: 160px;
  font-family: 'TT Runs', serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 140px;
}
.hero__desc {
  font-size: 32px;
  font-family: 'TT Runs', serif;
  font-weight: 700;
  line-height: 36px;
}

@media (min-width: 1440px) {
  .hero {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .hero__col {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .hero__title {
    line-height: 135px;
    font-size: 100px;
  }
  .hero__col {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .hero {
    padding-top: 115px;
    padding-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-top: 85px;
    padding-bottom: 49px;
  }
  .hero__title {
    line-height: 105px;
    font-size: 78px;
  }
}
@media (max-width: 600px) {
  .hero__title {
    line-height: 62px;
    font-size: 46px;
  }
}
@media (max-width: 450px) {
  .hero__col {
    padding: 0 0px;
  }
}
@media (max-width: 375px) {
  .hero__desc {
    font-size: 15px;
  }
}
