.blockquote-wrapper{background:var(--background-blue);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:var(--spacing-6x);padding:var(--spacing-8x);width:100%}blockquote{display:flex;gap:var(--spacing-16x);justify-content:space-between;margin:0;& svg{height:31px;opacity:.6;transform:rotateY(180deg);width:48px}@media (max-width:640px){flex-direction:column;gap:var(--spacing-3x)}}blockquote .blockquote__quote{font-size:1.2222rem;font-weight:600;letter-spacing:-.88px;line-height:1.4;@media (max-width:640px){order:2}}p.blockquote__name{font-size:var(--text-sm);font-weight:600;line-height:1.2;margin-bottom:var(--spacing-1x)!important}p.blockquote__role{color:var(--text-light);font-size:var(--text-xs);margin:0!important}