.allfaqs {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.faq-header {
    background-image:url(img/faq-background.png);
    background-attachment: fixed;
    background-size:cover;
    height:250px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.faq {
    margin:20px;
    max-width:600px;
}

.faq-hr {
    width:200px;
    margin:40px;
    margin-left:0;
}

.question {
    font-size:32px;
    font-family:'DM Sans';
    font-weight:500;
    color:black;
}

.answer {
    font-size:23px;
    font-family:'Source Serif 4';
    font-weight:400;
    color:black;
    max-width:700px;
}