@media (max-width: 575.98px) {

  .contact-hero {
    height: auto;
    padding: 30px 20px 60px;
    justify-content: center;
    text-align: center;
  }

  .contact-overlay {
    background: linear-gradient(
      to bottom,
      rgba(17,17,17,0.75) 0%,
      rgba(17,17,17,0.5) 50%,
      rgba(17,17,17,0.2) 100%
    );
  }

  .contact-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-content h1 {
    font-size: 42px;
    line-height: 110%;
  }

  .contact-content h1 .small {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .contact-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-social {
    justify-content: center;
    gap: 14px;
  }

  .contact-details li {
    justify-content: center;
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  .contact-hero {
    height: 85vh;
    padding-right: 5%;
  }

  .contact-content {
    margin-top: 60px;
  }

  .contact-content h1 {
    font-size: 56px;
  }

  .contact-content h1 .small {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .contact-content p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .contact-hero {
    height: 90vh;
    padding-right: 6%;
  }

  .contact-content {
    max-width: 600px;
    margin-top: 80px;
  }

  .contact-content h1 {
    font-size: 64px;
  }

  .contact-content h1 .small {
    font-size: 26px;
  }

  .contact-content p {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .contact-hero {
    height: 95vh;
  }

  .contact-content {
    max-width: 650px;
    margin-top: 100px;
  }

  .contact-content h1 {
    font-size: 72px;
  }

  .contact-content h1 .small {
    font-size: 28px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  .contact-content {
    max-width: 700px;
    margin-top: 110px;
  }

  .contact-content h1 {
    font-size: 80px;
  }

  .contact-content h1 .small {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {

  .contact-hero {
    height: 100vh;
    padding-right: 10%;
  }

  .contact-content {
    max-width: 760px;
  }

  .contact-content h1 {
    font-size: 88px;
  }

  .contact-content h1 .small {
    font-size: 32px;
  }

  .contact-content p {
    font-size: 17px;
  }
}
