@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-estheticians{width:100%;overflow:hidden}.marquee-estheticians__heading{text-align:center;letter-spacing:.08em;color:#1a1a1a;text-transform:uppercase;margin:0 0 2rem;padding:0 1.5rem;font-family:Figtree,sans-serif;font-size:1.8rem;font-weight:600}.marquee-track{gap:16px;width:max-content;animation:120s linear infinite marquee;display:flex}.marquee-item{flex-shrink:0}.marquee-item img{aspect-ratio:3/4;object-fit:cover;border-radius:12px;width:auto;height:350px;display:block}@media (width<=749px){.marquee-estheticians__heading{margin-bottom:1.5rem;font-size:1.2rem}.marquee-item img{height:250px}.marquee-track{gap:12px}}