@media (max-width: 75em) {
  .hero-title {
    font-size: 6.2rem;
  }

  .hero-header {
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 67em) {
  .hero-title {
    font-size: 5.2rem;
  }
  .about-tower {
    padding: 0;
    /* width: 10%; */
  }

  .call-container {
    border-radius: 0;
  }
}

@media (max-width: 52em) {
  .grid--2-cols {
    grid-template-columns: 1.3fr 1fr;
  }

  .feature-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 50em) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 41em) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-header {
    margin-bottom: 2rem;
  }

  .hero-call {
    padding-left: 0;
  }

  .hero-container {
    padding: 0 1.4rem;
    height: auto;
  }

  .hero-title {
    /* font-size: 2.4rem; */
  }

  .hero-img {
    width: 70%;
    margin: 0 auto;
  }

  .logo-col {
    margin-top: 3.6rem;
  }
}

@media (max-width: 37em) {
  .button-hero {
    display: inline-block;
    margin-bottom: 4.8rem;
  }

  .feature-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .section-about {
    padding: 2.4rem;
  }

  .about-container {
    gap: 2.4rem;
  }

  .about-text {
    font-size: 1.6rem;
  }

  .about-list {
    font-size: 1.4rem;
  }

  .call-numbers {
    text-align: center;
  }

  .call-numbers-box {
    flex-direction: column;
    gap: 2.4rem;
    /* align-content: center; */
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-heading {
    margin-top: 4.8rem;
  }

  .logo-col {
    gap: 2.4rem;
  }
}

@media (max-width: 24em) {
  .hero-title {
    font-size: 3rem;
  }

  .hero-description {
    font-size: 1.6rem;
  }
}

@media (max-height: 48em) {
  .section-hero {
    height: 77rem;
  }
}
