.styled-reviews{display:flex;flex-wrap:wrap;gap:1em;justify-content:space-between}.review-card{background:white;border-radius:5px;padding:1em;width:100%;max-width:300px;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;gap:.5em}.review-header{display:flex;align-items:center;gap:.7em;justify-content:space-between}.avatar{width:40px;height:40px;border-radius:50%}.google-icon{color:#111637;font-weight:700;font-size:1.2em}.stars{color:gold;font-size:1.2em}.date{font-size:.85em;color:#888}.read-more{font-size:.85em;color:#888;text-decoration:underline;align-self:flex-start}@media (max-width: 768px){.styled-reviews{flex-direction:column;align-items:center}.review-card{width:90%}}
