.help-faq-container{
    /* border: 2px solid red; */
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%),url(../assets/image/faq_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}


.faq-text-padding{
    padding: 20px 0px;
}

.faq-question-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
}

.faq-question-title{
    font-family: poppinsmedium;
    font-size: 35px;
}

.question-container{
    margin-top: 20px;
}

.faq-question{
    font-family: poppinsregular;
    font-size: 18px;
    color: #fff;
}

.faq-answer{
    font-size: 18px;
    font-family: poppinslight;
    color: #fff;

}