.lg-container .subtitle,
.support-page .subtitle {
  font-weight: 700;
  font-size: 16.2px;
  text-align: center;
  color: #444444;
  margin-top: -5px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.lg-container .container {
  margin: 0 auto;
}

.lg-container h1 {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  color: #444444;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lg-container h1::after,
.support-page h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #444444;
  margin-top: 20px;
}

.support-page .faq-section {
  padding-bottom: 0;
  max-width: 800px;
  border-radius: 40px;
  background: none;
}

.support-page .faq-question.active {
  color: #97DB6C;
}

.support-page .faq-section h2 {
  color: #000;
}

.support-page .faq-section h2::after {
  background: #000;
}

.support-page .faq-section ul {
  padding: 0;
}

.support-page .faq-item {
  border-bottom: 2px solid #97DB6C;
}

[lang="ar"] .support-page .faq-answer p {
  text-align: right;
}
