#faq-text {

    font-size: 2em;

}

#faq-container {

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFDFF;
    width: 85%;

}

.faq-question-class {

    font-weight: bold;
    font-size: 1.3em;

}