#searchFAQ {
    max-width: 40%;
    background: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: 0.5rem center; 
    background-color: #fefefe;
    padding-left: 2rem;
}

@media screen and (max-width: 39.9375em) {
    #searchFAQ {
        max-width: 100%;
    }
}    