.hero-title {
  font-weight: bold;
  text-transform: uppercase;
}

.uppercase {
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.section-subtitle p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .section-title h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .section-title h2 {
    font-size: 2.25rem;
  }

  .section-subtitle p {
    font-size: 1.1rem;
  }
}

@media (min-width: 1024px) {
  .section-title h2 {
    font-size: 2.5rem;
  }

  .section-subtitle p {
    font-size: 1.15rem;
  }
}

@media (min-width: 1280px) {
  .section-title h2 {
    font-size: 2.75rem;
  }

  .section-subtitle p {
    font-size: 1.2rem;
  }
}

@media (min-width: 1440px) {
  .section-title h2 {
    font-size: 3rem;
  }

  .section-subtitle p {
    font-size: 1.25rem;
  }
}

@media (min-width: 1920px) {
  .section-title h2 {
    font-size: 3.5rem;
  }

  .section-subtitle p {
    font-size: 1.35rem;
  }
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}