.faq {
    margin-bottom: 40px;
}
.faq-img {
    height: 450px;
    background-position: 40px top;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/faq-img.png');
}

@media (max-width: 991.98px) {
    .faq-img {
        height: 220px;
    }
}

@media (max-width: 767.98px) {
    .faq-img {
        display: none;
    }
}