:root {
  --c-primary: #58C14A;
}

.hero-title-large {
  font-size: 5.8rem;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  .hero-title-large {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-title-large {
    font-size: 28px;
  }
}