.faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.faq-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1f2933;
}

.faq-item p {
    color: #374151;
}

.faq-item p {
    display: none;
}

.faq-item p.show {
    display: block;
}