.hero--container {
  max-width: 980px;
  margin: 100px auto 0;
}

.hero--container h5 {
  color: var(--color-tertiary);
  text-align: center;
  font-size: 40px;
}

.hero--container p {
  color: white;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}
