.industries-textquote{padding:var(--section-padding-vertical) 0;overflow-x:clip}.bg-blue{background-color:var(--secondary-color)}.bg-white{background-color:var(--background-color)}.textquote-headline{text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2.5rem;display:flex;align-items:center;justify-content:center;gap:2rem;text-align:center;width:100vw;position:relative;left:50%;transform:translateX(-50%)}.bg-blue .textquote-headline{color:var(--text-color-light)}.bg-white .textquote-headline{color:var(--text-color)}.textquote-headline::before,.textquote-headline::after{content:'';flex-grow:1;height:4px;background-color:var(--primary-color)}.textquote-card{border:2px solid var(--primary-color);background:linear-gradient(90deg,var(--secondary-color) 0%,#3d2856 10%,#5a2d6b 20%,#7b3277 30%,#8b3577 50%,#7b3277 70%,#5a2d6b 80%,#3d2856 90%,var(--secondary-color) 100%);border-radius:12px;padding:4rem 5rem;color:var(--text-color-light);max-width:900px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.textquote-card p{margin-bottom:2rem}.textquote-card p:last-child{margin-bottom:0}.textquote-card .attribution{font-style:italic;font-weight:700;color:var(--text-color-light);text-align:center;margin-top:2rem}@media (max-width:768px){.textquote-headline{gap:1.5rem;width:100%;position:static;left:auto;transform:none}.textquote-headline::before,.textquote-headline::after{width:40px;flex-grow:0}.textquote-card{padding:3rem}}