.faq_topics {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.faq_topics .faq_topic{
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
}

.faq_topics .faq_topic h3 {
    font-size: 20px;
    font-family: 'KantarBrownRegular';
}

.faq_topics .faq_topic h3 a:not(:hover){
    color:#54B0C8;
}

.faq_topics .faq_question {
    display: block;
    margin-bottom: 0.5em;
}

.faq_topics .faq_view_all_link{
    text-decoration: underline;
}

a.single_faq_question{
    display:block;
    color:black;
    font-weight:900;
    margin-bottom:10px;
}
.single_faq_answer{
    margin-bottom:2.5em;
}