/* Small devices Phones */
@media (min-width: 320px) and (max-width: 480px) {
  /*Hide Menu Desktop when is Mobile*/
  .menu-desk_header {
    display: none;
  }
  /*Show Menu Mobile when is Mobile*/
  .menu-mobile_header {
    display: flex;
  }

  .hero-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .hero-left,
  .hero-right {
    width: 100%;
  }
  .hero-left {
    padding: 2rem;
  }
  .hero-title {
    font-size: 2.2rem;
    text-align: center;
  }
  .hero-title span::before {
    height: 1.5rem;
    width: 0.5rem;
  }
  .hero-message {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1rem;
  }
  .hero-icons {
    width: 70%;
  }

  .wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .client-title {
    text-align: center;
  }
  .client-container {
    flex-direction: column;
    row-gap: 2rem;
  }

  .services-container {
    flex-direction: column;
    column-gap: 0;
    align-items: center;
    row-gap: 3rem;
  }
  .services-grid {
    display: flex;
    flex-direction: column;
  }
  .services-cell {
    padding: 2rem !important;
  }

  .container-button {
    margin-top: 0;
    margin-bottom: 6rem;
  }

  .feat {
    flex-direction: column;
    padding: 1rem;
  }
  .feat-left,
  .feat-center,
  .feat-right {
    width: auto;
  }

  .about-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 35rem;
    margin: auto;
    padding: 1rem;
  }
  .about-company {
    padding: 2rem;
    height: 21rem;
  }
  .office-image {
    height: 21rem;
  }
  .towers-image {
    height: 30rem;
    background-size: cover;
    background-position-x: -20rem;
    background-position-y: 0;
  }
  .towers-description {
    font-size: 1.3rem;
  }

  .contact-container {
    flex-direction: column;
  }
  .contact-map {
    width: 100%;
  }
  .contact-wrapper {
    width: 100%;
    padding: 1.5rem;
  }
  .contact-address {
    column-gap: 1rem;
    row-gap: 4rem;
  }

  .form-title {
    max-width: 80%;
  }
  .form-data {
    padding: 1rem;
  }
  .form-input {
    width: 94%;
  }

  .footer {
    padding: 3rem;
    height: 30rem;
  }
  .footer-menu {
    flex-direction: column-reverse;
  }
  .footer-company {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .footer-up {
    margin-top: -9.5rem;
  }
}
