/* Medium devices such as Tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*Hide Menu Desktop when is Mobile*/
  .menu-desk_header {
    display: none;
  }
  /*Show Menu Mobile when is Mobile*/
  .menu-mobile_header {
    display: flex;
  }
  .menu-lang {
    margin-right: -20%;
  }
  
  .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: 3rem;
    text-align: center;
    margin-top: 2rem;
    max-width: 80%;
  }
  .hero-title span::before {
    height: 1.7rem;
    width: 0.6rem;
  }
  .hero-message {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.5rem;
    max-width: 45rem;
  }
  .hero-icons {
    width: 60%;
  }

  .wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }

  .client-title {
    text-align: center;
  }
  .services-container {
    column-gap: 2rem;
  }
  .services-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services-cell {
    padding: 2rem !important;
    width: 30rem;
  }

  .container-button {
    margin-top: 0;
    margin-bottom: 6rem;
  }

  .feat-card {
    min-height: 8rem;
    min-width: 16rem;
  }

  .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: -12rem;
    background-position-y: 0;
  }
  .towers-description {
    font-size: 1.5rem;
  }

  .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-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;
  }
}
