.qp-search{background-size:cover;border-radius:10px;display:flex;justify-content:center;margin:80px auto 100px;max-width:1280px;padding:40px;width:90%}.qp-search__inner{align-items:center;display:flex;gap:50px;justify-content:space-between;max-width:900px;width:100%}.qp-search__content h2{color:#fff;font-size:24px;font-weight:700;margin:0 0 5px}.qp-search__content p{color:#fff;font-size:20px;font-weight:300;margin:0}.qp-search form{margin-bottom:0}.qp-search__form{width:40%}.qp-search__form-wrapper{display:flex;justify-content:center;position:relative}.qp-search__form-wrapper .search-input{border:none;border-radius:28px;height:55px;padding-left:20px}.qp-search__form-wrapper .search-button{background-color:#000;border:none;border-bottom-right-radius:28px;border-top-right-radius:28px;height:55px;position:absolute;right:0;top:0;width:55px}.qp-search__form-wrapper .search-button .fa-search{color:#fff}@media (max-width:767px){.qp-search__inner{align-items:baseline;flex-direction:column}.qp-search__form{width:100%}}