.faq {}

.faq .question {
    font-size: 24px;
    font-weight: 700;
    color: black;
}

.faq .answer {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #4d4d4d;
    font-size: 16px;
}
