.reviews{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}@media screen and (max-width:570px){.reviews{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.reviews .reviews-item,.reviews .reviews-item img{display:block;width:100%}