.search-input-black{
    border-radius: 33px;
    border: 1px solid #AF8246;
    height: 52px;
    padding: 20px 24px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    width: 100%;
    margin-right: 8px;
    box-shadow: 0px 0px 12px -2px rgb(109 80 40);

}
@media(max-width: 750px){
    .services-list-three-columns {
        margin-bottom: -15px!important;
    }

}
.button-black {
    border-radius: 33px;
    height: 52px;
    background: #AF8246;
    color: white;
    width: 236px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border: none;
    box-shadow: 0px 0px 12px -2px rgb(109 80 40);
}

table.title-search-result {
    width: 100%!important;
}

#services-search{

    margin-bottom: 40px;
    @media(max-width: 750px){
        margin: 25px 20px 0 20px;
        .search-input-black{
            width: 100%;
        }

        form {
            flex-wrap: wrap;
            gap: 8px;
        }

        .button-black{
            width: 100%;
        }

    }
}
