
#faq-section {
    display: flex;
    justify-items: center;
    align-items: center;
}

#faq-section h3 {
    margin-top: 30px;
    font-family: sans-serif;
    letter-spacing: 2px !important;
}

#faq-section .content {
    width: 60vw;
    text-align: justify;
}

.faq-content {
    margin-top: 20px;
}

@media (max-width:768px) {
    #faq-section .content {
        width: 90vw;
        text-align: justify;
    }
}