#faq{
    width: 100%;
    min-height: 100vh;
    padding: 70px 0 8% 0;
}
#faq .faq-banner{
    width: 100%;
    height: 400px;
    background: url('../../image/faq/faq.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#faq .faq-banner h1{
    width: 280px;
    height: auto;
    background-color: #ffff;
    padding: 10px 0;
    display: grid;
    place-items: center;
    font-weight: bolder;
}