.faqPageSec {
    position: relative;

    &::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        background: url(../images/faq/faq-bg.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 430px;
        z-index: -1;
    }
}