.faq-detail h1 {
    padding-top: 24px;
    padding-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.22;
}

.faq-aside__title {
    font-weight: 300!important;
}

.faq-detail h2 {
    margin-top: 0 !important;
}

.faq-detail ol, .faq-detail ul {
    margin-bottom: 20px;
}

.faq-detail ol li, .faq-detail ul li {
    list-style-type: decimal;
    padding: 0 0 10px 10px;
    margin-left: 30px;
}

.faq-detail ul li {
    list-style-type: disc;
}

.faq-aside__link--active {
    font-weight: 500!important;
}