.faq-hero-section {
  margin: 0 0 48px;
}

.faq-hero-section .container {
  margin: 0 auto;
  width: 100%;
}

.faq-hero-section .badge {
  background: rgba(93, 138, 168, 0.05);
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(93, 138, 168, 1);
  margin-bottom: 12px;
}

.faq-hero-section h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: rgba(34, 46, 80, 1);
  margin-bottom: 16px;
}

.faq-hero-section p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(108, 114, 130, 1);
  max-width: 620px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 767px) {
  .faq-hero-section h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
