@media screen and (max-width:1400px) {
    .items_list .list_item{
        width:47%;
    }
}


@media screen and (min-width:1380px) and (max-width:1530px) {
    #searchListContent .buttonNavBox button .fa-pencil , #searchListContent .buttonNavBox button .fa-check {
        display:none;
    }
}