.faq-section {
    margin: 60px 0;
}

.faq-section h4 {
    text-align: center;
    margin: 16px 0;
}

.faq-section .question-title {
    color: var(--primary-color);
    font-weight: bolder;
    font-size: 18px;
}

.faq-section .list-group-item p {
    text-align: justify;
}