.ls-contact-title-container {
  padding-top: 65px;
  padding-bottom: 75px;
  width: 100%;
  background-color: #ffffff;
}

.ls-contact-title-container h1 {
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.ls-contact-title-container .ls-wrapper-container::before,
.ls-contact-title-container .ls-wrapper-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  background: url("../../assets/texture/five_geometric_figure.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.ls-contact-title-container .ls-wrapper-container::before {
  left: calc(-85px - 30px);
  top: 40px;
}

.ls-contact-title-container .ls-wrapper-container::after {
  right: calc(-85px - 30px);
  top: 40px;
}

.ls-faq-container {
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 70px;
  padding-top: 70px;
  width: 100%;
}

.ls-faq-container h2 {
  text-align: center;
  font-size: 38px;
  font-family: "Helvetica Now Display", sans-serif;
  font-weight: 500;
}

.ls-faq-container .ls-wrapper-container {
  padding-left: 5%;
  padding-right: 5%;
}

.ls-header-title p {
  width: 70%;
  color: #100913;
}

.illustration {
  position: absolute;
  top: -60px;
  width: 800px;
  right: -196px;
}

@media (max-width: 1500px) {
  .ls-contact-title-container h1 {
    font-size: 42px;
  }
  .illustration {
    position: absolute;
    top: -60px;
    width: 800px;
    right: -196px;
  }
}

@media (max-width: 1360px) {
  .ls-header-title p {
    font-size: 15px;
    line-height: 24px !important;
    margin-top: 5px;
    width: 90%;
  }
  .illustration {
    position: absolute;
    top: 50px;
    width: 600px;
    right: -256px;
  }
}

@media (max-width: 1100px) {
  .ls-faq-container {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .ls-faq-container h2 {
    font-size: 32px;
  }
  .ls-faq-container .ls-wrapper-container {
    padding-left: 0%;
    padding-right: 0%;
  }
  .ls-contact-title-container h1 {
    line-height: 50px;
  }
  .ls-header-title p {
    font-size: 15px !important;
    width: 100%;
  }
  .illustration {
    display: none;
  }
}

@media (max-width: 900px) {
  .illustration {
    display: none;
  }
  .ls-contact-title-container h1 {
    font-size: 34px;
  }
  .ls-faq-container {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media (max-width: 600px) {
  .ls-faq-container {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .ls-faq-container h2 {
    font-size: 24px;
  }
  .ls-contact-title-container h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .ls-header-title h1 {
    font-weight: 700 !important;
    font-size: 28px !important;
  }
  .ls-header-title p {
    font-size: 14px;
    line-height: 21px;
  }
  .ls-header-title img {
    display: none;
  }
}
