.static { margin: 20px 0; }
.static .container { padding: 3rem; background: white; }
.static p { line-height: 150%; }
.static h1, .static h2 { line-height: 50px; margin-bottom: 40px; }
.faq-container .content { display: none; padding: 1.2rem; line-height: 30px; }
.faq-container .title { padding: 1.2rem; cursor: pointer; font-weight: 600; }
.faq-container .title:not(:first-child) { border-top: 1px solid #e8e8e8; }

@media (max-width: 1024px) {
.static .container { padding: 20px; }
.static h1, .static h2 { line-height: 150%; }
}