content #hero-container {
  padding: 90px 0;

  max-width: 1230px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: auto;
}

content .hero-title {
  transition: font-size 0.2s;
  margin-bottom: 50px;
  line-height: 1;
}
content .hero-content {
  transition: font-size 0.2s;
}

content .hero-description {
  line-height: 1.2;
}
