.quote-carousel__inner{align-items:center;display:flex;gap:2rem}.quote-carousel__intro{width:40%}.quote-carousel__carousel-wrapper{width:60%}.quote-carousel__intro__title span{font-family:var(--body-font);font-weight:600}.quote-carousel__carousel-wrapper__quote{position:relative}.quote-carousel__carousel-wrapper__quote__marks{left:calc(1rem - 8px);position:absolute;width:2rem}.quote-carousel__carousel-wrapper__quote__inner{background:var(--dark-blue);color:#fff;margin-left:3rem;margin-right:2px;padding:1rem}.quote-carousel__carousel-wrapper__quote:nth-child(2n) .quote-carousel__carousel-wrapper__quote__marks path{fill:#ff7236}.quote-carousel__carousel-wrapper__quote__copy{font-style:italic}.quote-carousel__carousel-wrapper__quote__attrib{font-size:14px;margin:0}.quote-carousel__carousel-wrapper__quote__attrib span{display:block;line-height:1}@media (max-width:960px){.quote-carousel__inner{flex-flow:column}.quote-carousel__carousel-wrapper,.quote-carousel__intro{width:100%}}