.hero h1 {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 45px;
  line-height: 96%;
  text-align: center;
  color: #4B4F50;
}

.hero p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1B1F20;
}

@media (min-width: 992px) {
  .hero h1 {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    color: #1B1F20;
  }
}