@media (max-width: 720px) {
  /* HERO */
  .hero {
    flex-direction: column-reverse;
    width: 95%;
  }

  .hero-info-button a {
    max-width: 100%;
    width: 100%;
  }

  .hero-info,
  .hero-img {
    width: 100%;
  }

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

  .improve-text-card {
    flex-basis: 100%;
  }
}

@media (max-width: 900px) {
  .fale-conosco__titulo {
    flex-direction: column;
  }
  .fale-conosco__social {
    width: 100% !important;
  }

  .fale-conosco__titulo-description {
    width: 100%;
  }

  .fale-conosco__titulo-whatsapp,
  .fale-conosco__titulo-whatsapp a {
    position: initial;
  }

  .fale-conosco__titulo-whatsapp {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 3rem 0;
  }

  .social-icons {
    text-align: center;
    justify-content: center;
  }

  .fale-conosco__social h3 {
    font-size: 2rem;
  }

  .fale-conosco__social i {
    font-size: 4rem;
  }
}

@media (max-width: 590px) {
  .fale-conosco__social {
    flex-direction: column;
  }
  .social-icons {
    margin-top: 2rem;
  }
}
