@media (max-width: 640px) {
  .hero-title {
    max-width: 10.5ch !important;
    font-size: clamp(2.55rem, 11vw, 3.65rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.025em !important;
  }

  .hero-title .mt-2 {
    margin-top: 0.35rem !important;
  }

  #inicio .hero-enter > p {
    letter-spacing: 0.14em !important;
    line-height: 1.35 !important;
  }

  #processo h2 {
    max-width: 9.8ch !important;
    font-size: clamp(2.45rem, 10.5vw, 3.35rem) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.025em !important;
  }

  #processo h2 span {
    margin-top: 0.2rem !important;
  }
}
