@media (min-width: 1200px) {

}

@media (min-width: 700px) and (max-width: 1199px) {
    div.listRow{}
    div.listRow div.listCell.cell{   }
    div.listRow div.listCell.cellImg{  min-width:242px; width:20%; display: table-cell; }
    div.listRow div.listCell.cellTxt{  width:60%; display: table-cell;  }
    div.listRow div.listCell.cellInfo{ width:20%; display: table-cell;  }
    div.listRow div.listCell div.listOfferTxt{
        width:auto;
    }
    div.listRow div.listCell div.listOfferTitle,
    div.listRow div.listCell div.listOfferDesc,
    div.listRow div.listCell div.listOfferType{
        width:auto;
    }
}

