.client-quotes-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;padding:50px 0}.client-quotes{background:#fff;border:1px solid var(--Websafe-Teal);border-radius:3px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.client-quotes .header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.client-quotes .photo img{width:50px;height:50px;border-radius:50%;object-fit:cover}.client-quotes .name{font-weight:500}.client-quotes .title{font-size:.875rem;color:#888}.client-quotes .quote{color:#737578;line-height:1.6;margin-bottom:15px;font-size:16px}.client-quotes .company{font-size:.875rem;color:#999;font-weight:400;color:var(--Websafe-Teal)}