.faq-2 {
    padding: 2rem 0;
}

.faq-2 .container-questions {
    gap: 2rem;
}

.faq-2 .faq-2-question-wrapper {
    width: 100%;
    height: 100%;
}

.faq-2 .faq-2-question-wrapper .faq-question {
    padding: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffe500;
}

.faq-2 .faq-2-answer-wrapper .faq-question {
    padding: 1rem;
    border: 1px solid #333;
}