.hero-container {
  position: absolute;
  top: 45%;
  left: calc(2% + 30px);
}

.hero-title {
  font-family: "Times Sans Serif", serif;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
}

.hero-subtitle {
  font-family: "Creato Display", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.04em;
}
