.quote_slider-wrapper{margin:0 auto;max-width:650px}.quote_slider-wrapper .slider-layout{display:grid;grid-gap:30px;grid-template-areas:"headshot quote" "nav nav";grid-template-columns:150px 1fr}.quote_slider-wrapper .image-holder{background:var(--brand-grey-500);border-radius:100%;display:flex;grid-area:headshot;height:150px;margin-top:15px;overflow:hidden;width:150px}.quote_slider-wrapper .image{height:150px;min-width:150px;transition:all 250ms ease;width:150px}.quote_slider-wrapper .quote-layout{grid-area:quote}.quote_slider-wrapper .quote-holder{display:flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden}.quote_slider-wrapper .quote{min-width:100%;transition:all 250ms ease}.quote_slider-wrapper .divider{background:var(--black);border-radius:2px;height:2px;width:80px}.quote_slider-wrapper .slider-nav{align-items:center;cursor:default;display:flex;grid-area:nav;justify-content:center;padding:10px 0}.quote_slider-wrapper .dot{border:2px solid var(--black);border-radius:100%;cursor:pointer;height:12px;margin:0 6px;transition:all 250ms ease;width:12px}.quote_slider-wrapper .dot.active{background:var(--brand-teal-500)}@media(max-width:767px){.quote_slider-wrapper .slider-layout{grid-gap:0px}.quote_slider-wrapper .quote-layout{max-width:500px;width:100%}.quote h5{font-size:18px}.quote h4{font-size:18px}.quote p{font-size:16px}}@media screen and (max-width:670px){.quote_slider-wrapper{max-width:100%}.quote_slider-wrapper .slider-layout{display:flex;flex-direction:column;align-items:center;justify-content:center}.quote_slider-wrapper .quote-layout{max-width:100%}}