.double-carousel-container{background:#fff;flex-direction:column;gap:32px;padding:80px 0;position:relative}.double-carousel-container,.double-carousel-container .carousel-row{display:flex;overflow:hidden;width:100%}.double-carousel-container .carousel-track{animation:scroll-left 40s linear infinite;display:flex;width:max-content}.double-carousel-container .carousel-row.right-to-left .carousel-track{animation:scroll-right 40s linear infinite;animation-delay:-10s}.double-carousel-container .carousel-track img{margin:0 30px}.double-carousel-container .carousel-track .img{align-items:center;background:#e9e9e9;background-position:50%;background-repeat:no-repeat;background-size:contain;color:#000;display:flex;height:80px;justify-content:center;margin:0 30px;text-align:center;width:300px}.double-carousel-container .img-tag{height:80px}.double-carousel-container .carousel-content{display:flex;flex-direction:column;gap:16px}.double-carousel-container .text-content{display:flex;flex-direction:column;gap:10px}.double-carousel-container .text-content .title{color:var(--Primary-600,#db2781);font-family:Epilogue;font-size:var(--H4,28px);font-style:normal;font-weight:600;letter-spacing:-.07px;line-height:120%;text-align:center}.double-carousel-container .text-content .description{color:var(--Neutral-800,#27272a);font-family:Epilogue;font-size:var(--Body,16px);font-style:normal;font-weight:400;letter-spacing:.08px;line-height:150%;text-align:center}