@media (max-width: 1300px) {
  .maintenance-services-image {
    display: none;
  }

  .maintenance-services-text {
    position: static;
    transform: unset;
    width: 100%;
    background-image: url("../../images/company\ 1/service\ image.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10em 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .maintenance-services-text p {
    width: 50%;
    text-align: center;
  }

  .LG-services-cards {
    margin-top: unset;
  }

  .faq-container {
    grid-template-columns: unset;
  }

  .faq-container .right-side {
    grid-area: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .faq-container .right-side p {
    max-width: 900px;
  }
}

@media (max-width: 1000px) {
  .hero-container {
    width: 100%;
    background-image: url("../../images/company 1/hero\ image.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    isolation: isolate;
  }

  .hero-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: -1;
  }

  .hero-image {
    display: none;
  }

  .cards {
    margin-top: 0;
  }

  .hero .hero-text {
    position: static;
    translate: unset;
    padding: 5em 0;
    text-align: center;
    align-items: center;
  }

  .hero .hero-text p {
    font-weight: 600;
  }

  .hero .hero-text br {
    display: none;
  }

  .maintenance-services-text p {
    width: 70%;
  }
}

/* 696 */

@media (max-width: 900px) {
  .LG-services-cards .row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
    justify-content: center;
    margin-bottom: 2em;
  }
}

@media (max-width: 700px) {
  .maintenance-services-text p {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .about-us-container .about-us-text {
    height: unset;
  }
}
