.resturantsWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.resturantsItem{flex-basis:30%;margin:25px 1.65%}.foodPics{aspect-ratio:auto;display:block;height:auto;margin:0 auto;max-width:100%}.resturantFilters{margin-left:1.65%}.distanceFilter,.priceFilter{border:1px solid #c8c8c8;height:40px;max-width:200px;padding-left:10px;width:100%}.hidePlace{display:none}@media screen and (max-width:900px){.resturantsItem{flex-basis:45%;margin:25px 2%}}@media screen and (max-width:650px){.resturantsItem{flex-basis:100%;margin:25px 0}}.resturantFiltersWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-left:1.65%}.resturantFiltersItem{flex-basis:200px;margin-right:25px}.HiddenDescription{display:none}.readLess,.readMore{color:var(--mainGold);cursor:pointer;font-size:14px;font-weight:700;text-decoration:underline}