.hero-container {
  border: 5px solid #000;
}

.hero-text {
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  font-size: 1em;

  @media (min-width: 768px) {
    font-size: 2.5rem;
  }
}

.text-black {
  color: #000;
}
