.quote-box{background:#18181b;border:1px solid #3f3f46;border-radius:14px;gap:24px;margin:0 auto;padding:32px}.quote-box__text{color:#fdead7;font-family:Epilogue;font-size:20px;font-style:italic;font-weight:600;line-height:28px}.quote-box__author{align-items:center;display:flex;gap:12px}.quote-box__avatar{align-items:center;background:#e8794a;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.quote-box__author-info{display:flex;flex-direction:column;gap:4px}.quote-box__name{color:#fff;font-size:15px;font-weight:600}.quote-box__role{color:#a1a1aa;font-size:13px}@media (max-width:600px){.quote-box{padding:28px 24px}.quote-box__text{font-size:20px}}