.faq-sections{
    font-size: 24px;
    margin-top:  25px;
}

.question-group{
    font-size: 26px;
    font-weight: 500;
    margin-top:  25px;
}

.answer-to-question{
    font-size: 22px;
}

.answer-steps{
    font-size: 22px;
}

.answer-steps li {
    list-style: unset;
    margin-left: 52px;
}

.answer-steps li.no-bullet {
    list-style: none;
    margin-left: 30px;
}

.answer-to-question table, .answer-to-question tr, .answer-to-question td, .answer-to-question th{
    border: 1px solid #333;
}