.hero-section-container {
  overflow: hidden;
  height: 30vh;
}
.hero-section-container .hero-section h1 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 4rem;
}
.hero-section-container .hero-section h1 span {
  font-size: 3rem;
  line-height: 4rem;
}
@media (max-width: 576px) {
  .hero-section-container .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section-container .hero-section h1 span {
    font-size: 2rem;
  }
}/*# sourceMappingURL=projects.css.map */