.section_search_feature {
    margin-top: 30px;
    padding: 40px 0;
    background-position: center;
    background-size: cover;
}

.section_search_feature h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 20px;
    color: #1c1c1c;
    display: block;
}

.section_search_feature p {
    color: #1c1c1c;
    text-align: center;
    margin-bottom: 0;
}

.section_search_feature form {
    margin-top: 30px;
    margin-bottom: 0;
    position: relative;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.section_search_feature form input {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 130px;
}

.section_search_feature form button {
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 38px;
    width: 120px;
    text-align: center;
}

.section_search_feature form button:hover, .section_search_feature form button:focus {
    color: #fff;
    background-color: #ec4f21;
    border-color: #ec4f21;
}

