.quote-block{width:100%}.quote-block__content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem}.quote-block__quote{display:flex;flex:1 1 100%;flex-direction:column;gap:1rem;min-width:0}.quote-block__svg{color:#000;display:block;height:auto;max-width:100%;width:80px}.quote-block__quote{color:#fff;padding:2.5rem 0}.quote-block__text h2{color:#fff}.quote-block__text p:first-child{margin-top:0}.quote-block__text p:last-child{margin-bottom:0}.quote-block__image{flex:1 1 100%;max-width:100%;min-width:0}.quote-block__image img{display:block;height:auto;max-width:100%;width:var(--quote-image-width-mobile,100%)}@media (min-width:768px){.quote-block__quote{flex:1 1 50%;min-width:280px}.quote-block__image{flex:0 1 40%;min-width:200px}.quote-block__image img{width:var(--quote-image-width-desktop,100%)}}@media (max-width:767px){.quote-block__quote{padding:2.5rem 24px}.quote-block--image-mobile-left .quote-block__image img{margin-left:0;margin-right:auto}.quote-block--image-mobile-center .quote-block__image img{margin-left:auto;margin-right:auto}.quote-block--image-mobile-right .quote-block__image img{margin-left:auto;margin-right:0}}