#faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(67,90,113,1) 0%, rgba(0,0,0,1) 100%);
    padding: 12vh 0;
}
.faq-question {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.faq-question h5 {
    color: yellow;
    font-size: x-large;
}
.faq-question p {
    font-weight: bold;
}