  .carousel-container{background:#f5f5f5;box-sizing:border-box;margin:0;overflow:hidden;width:100vw}.carousel-track{align-items:center;animation:scroll 18s linear infinite;display:flex;gap:12px;width:max-content}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.carousel-card{align-items:center;background:none;border-radius:8px;box-shadow:none;box-sizing:border-box;color:#23423a;display:flex;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:600;gap:12px;height:70px;min-width:340px;padding:0}.carousel-card .card-image{border-radius:8px;display:block;flex-shrink:0;height:70px;object-fit:cover;width:70px}.carousel-card .card-icon-element{background:#29584a;color:#fff;flex-shrink:0;font-family:serif;font-size:2rem;font-weight:700;height:70px;width:70px}.card-textbox,.carousel-card .card-icon-element{align-items:center;border-radius:8px;display:flex;justify-content:center}.card-textbox{box-sizing:border-box;flex:1;font-size:1.08rem;font-weight:600;height:100%;padding:0 12px}.card-stem .card-textbox{background:#c7d1cc}.card-stem .card-icon-element{background:#29584a}.card-career .card-textbox{background:#dbe8ef}.card-flexible .card-textbox{background:#f6fbd7}.card-learn .card-textbox{background:#f7e8d7}@media (max-width:900px){.carousel-card{font-size:.95rem;gap:8px;height:54px;min-width:220px}.carousel-card .card-icon-element,.carousel-card .card-image{border-radius:8px;height:54px;width:54px}.carousel-card .card-icon-element{font-size:1.2rem}.card-textbox{padding:0 8px}}