.faq-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.faq-item h3 {
    color: #4c7437;
    font-size: 18px;
    margin-bottom: 10px;
}

.faq-answer {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}