.meetthevisionary_section .main-text-marquee-wrapper{align-items:center;display:flex;padding:0 15px}.meetthevisionary_section .review-text h6{font-weight:500;letter-spacing:1.5px;padding-left:15px;position:relative;text-transform:uppercase}.meetthevisionary_section .review-text h6:before{background-color:#8a6344;content:"";display:block;height:2px;left:-15px;position:absolute;top:13px;width:10px}.meetthevisionary_section .marquee{background:linear-gradient(90deg,#fff9f3,rgba(255,249,243,0) 15%,rgba(255,249,243,0) 85%,#fff9f3);overflow:hidden;position:relative;white-space:nowrap;width:100%}.meetthevisionary_section .marquee:after,.meetthevisionary_section .marquee:before{content:"";height:100%;pointer-events:none;position:absolute;top:0;width:10%;z-index:1}.meetthevisionary_section .marquee:before{background:linear-gradient(90deg,#fff9f3,rgba(255,249,243,0));left:0}.meetthevisionary_section .marquee:after{background:linear-gradient(90deg,rgba(255,249,243,0),#fff9f3);right:0}.meetthevisionary_section .marquee-content{animation:marquee 30s linear infinite;display:flex;gap:2rem}.meetthevisionary_section .marquee-content .review-text h6{letter-spacing:.8px;text-transform:uppercase}@keyframes marquee{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}