.palautteet{display:grid;grid-template-columns:repeat(2, 1fr);gap:4rem}.palaute{display:grid;grid-template-columns:94px auto;gap:2rem}.palaute-kuva{width:100%;aspect-ratio:1/1;border-radius:50%;border:.22rem solid #fff;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1);overflow:hidden}.palaute-kuva img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.palaute h2{margin:.39rem 0 1rem;font-size:1rem;line-height:1.5rem;font-weight:600}.palaute p{margin:0;font-style:italic}@media screen and (max-width: 1080px){.palautteet{grid-template-columns:repeat(1, 1fr)}}@media screen and (max-width: 550px){.palautteet{gap:5rem}.palaute{grid-template-columns:repeat(1, 1fr)}.palaute-kuva{width:134px;margin:0 auto}}