.quote-row-module{background:#fff}.quote-row-module__header{margin-bottom:40px}.quote-row-module__eyebrow{align-items:center;color:#0d6ffc;display:flex;gap:10px;margin-bottom:16px}.quote-row-module__eyebrow span{background:#db535f;height:2px;width:16px}.quote-row-module__heading h2,.quote-row-module__heading h3,.quote-row-module__heading h4{color:#082750;margin:0}.quote-row-module__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.quote-row-module__card{background:#fff;border:1px solid rgba(8,39,80,.1);border-radius:5px;border-top:3px solid var(--accent-color,#0d6ffc);display:flex;flex-direction:column;gap:16px;padding:28px 24px}.quote-row-module__card-title *{color:#082750;margin:0}.quote-row-module__card-description{color:rgba(8,39,80,.6);line-height:1.8}.quote-row-module__card-description p{margin:0 0 1em}.quote-row-module__card-description p:last-child{margin-bottom:0}.quote-row-module__mark{color:rgba(13,111,252,.15)}.quote-row-module__quote{border-left:3px solid var(--accent-color,#0d6ffc);padding-left:16px}.quote-row-module__quote p{color:rgba(8,39,80,.7);line-height:1.8;margin:0}.quote-row-module__person{align-items:center;display:flex;gap:14px;margin-top:auto}.quote-row-module__avatar{border-radius:50%;flex-shrink:0;height:44px;overflow:hidden;width:44px}.quote-row-module__avatar img{height:100%;object-fit:cover;width:100%}.quote-row-module__name{color:#082750;font-weight:700}.quote-row-module__title{color:#8a96a6}@media (max-width:992px){.quote-row-module__grid{grid-template-columns:1fr}}