.wp-block--faq {
    margin-bottom: 5rem;
}

.faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    cursor: pointer;
}
.faq-item::before {
    top:18px !important;
}

.faq-question {
    font-weight: bold;
    font-size: 20px;
}

.faq-answer {
    margin-top: 25px;
}