#faq-block {
    background-image: url('https://bit2me.com/wp-content/uploads/2023/03/backgourd-section-faqs.png');
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 80px;
}

#faq-block .title p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #044E97;
    margin-bottom: 4px;
}

#faq-block .title h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;    
    text-align: center;
    color: #001A33;
    margin-bottom: 16px;
}

#faq-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;    
    color: rgba(0, 26, 51, 0.6);
}

#faq-block a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #044E97;
}