.n-question{
    padding: 36px 0;
    border-bottom: 1px solid #E3E5E6;
}
.n-question-q{
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
}
.n-question-a{
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
    margin-top: 12px;
}
.n-question:nth-child(n+6) {
    display: none;
}
.foldBtn{
    display: none;
    margin: 24px auto;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    backdrop-filter: blur(2.5px);
    color: #2a2b2e !important;
    padding: 12px 40px;
}