.quote-section{position:relative;z-index:20;color:var(--color-white);min-height:392px;display:flex;align-items:center;justify-content:center;padding:64px 0;text-align:center}.quote-section .section-bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;background-color:var(--color-stone-950)}.quote-section .section-bg img{width:100%;height:100%;object-fit:cover;opacity:.05}.quote-section blockquote{max-width:1011px;margin:0 auto;position:relative;z-index:10}.quote-section blockquote p{font-size:24px;line-height:36px;font-weight:600}.quote-section blockquote cite{padding-top:24px;font-style:normal;font-size:16px;line-height:24px;color:var(--color-cooper-300)}.quote-section .decor{display:none}@media (min-width:1024px){.quote-section{min-height:450px;padding:100px 0}}@media (min-width:1200px){.quote-section{min-height:600px}.quote-section blockquote p{font-size:30px;line-height:45px}.quote-section .decor{display:block;position:absolute;left:calc(100% - 94px);bottom:calc(100% - 10px)}}