.faqTopKeywordSearch {
    width: 100% !important;
    height: 50px !important;
    font-size: 16px !important;
    box-shadow: none !important;
    padding-right: 2em !important;
}

.faqTopSearchSubmit {
    position: absolute;
    border: none;
    padding: 0;
    top: 0;
    right: 0;
    width: 70px;
    height: 50px;
    cursor: pointer;
    background-color: #eb5505;
    color: #fff;
}

@media (min-width: 768px) {
    .faqTopSearchSubmit {
        width: 100px;
    }
}