.section-faq{position: relative;}
.section-faq .left-bg-image{ bottom: -300px; left: -16%;}

/* ======================================= Media query ======================================== */

@media screen and (max-width:1366px){}
@media screen and (max-width:1199px){}
@media screen and (max-width:991px){
    .section-faq .left-bg-image { bottom: -220px; left: -16%; }
}
@media screen and (max-width:767px){
    .section-faq .left-bg-image { bottom: -200px; left: -20%; }
}
@media screen and (max-width:575px){
    .section-faq .left-bg-image { bottom: -180px; left: -36%; width: 80%; }
}