.faq {
    padding: 0;
}

.faq_list-item {
    margin: 20px 0px;
}

.faq__spoiler-title {
    font-size: 28px;
    line-height: 30px;
    margin: 10px 0px;
    cursor: pointer;
    font-weight: bold;
}

.faq__spoiler-text {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 50px;
}