
.faq-page-item {
    margin-bottom: 10px;
}

.faq-page-item__title {
    list-style: none;
    font-weight: bold;
    cursor: pointer;
}
.faq-page-item__title:hover {
    text-decoration: underline;
}



.faq-item {
    margin-bottom: 5px;
}
.faq-item__title {
    list-style: none;
    font-weight: bold;
    cursor: pointer;
}
.faq-item__title:hover {
    text-decoration: underline;
}