/* Articles catalog page */

.fp-articles-page .fp-section-box {
  background: linear-gradient(
    135deg,
    rgba(8, 12, 8, 0.92) 0%,
    rgba(4, 8, 4, 0.96) 100%
  );
  border: 1px solid rgba(0, 255, 65, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(0, 255, 65, 0.08),
    inset 0 0 48px rgba(0, 0, 0, 0.35),
    0 8px 32px rgba(0, 0, 0, 0.45);
}

.fp-articles-page .fp-topic-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.fp-articles-page .fp-section-box .faq {
  text-align: left;
}
