.marquee-container{white-space:nowrap;width:100%;position:relative;overflow:hidden}.marquee-content,.marquee-content-reverse{animation-timing-function:linear;animation-iteration-count:infinite;display:inline-flex}.marquee-content{animation-name:marquee-left}.marquee-content-reverse{animation-name:marquee-right}@keyframes marquee-left{0%{transform:translate(0%)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0%)}}.marquee-image{width:22rem;height:auto;margin:0 1rem}@media screen and (max-width:768px){.marquee-image{width:16rem;margin:0 -1rem}}
.marquee-container{white-space:nowrap;width:90%;margin:0 auto;position:relative;overflow:hidden}.myText{letter-spacing:2px;color:#3f78e0;text-align:center;text-transform:none;margin-top:3%;font-family:Inter,sans-serif;font-size:18px;font-weight:400}@media (max-width:768px){.myText{letter-spacing:0;text-align:center;text-transform:uppercase;margin-top:8%;font-size:12px;font-weight:500;line-height:24px}}.responsiveHeading{letter-spacing:2px;color:#1a1a1a;text-align:center;text-transform:none;margin-top:1%;font-family:Inter,sans-serif;font-size:28px;font-weight:600}@media (max-width:768px){.responsiveHeading{letter-spacing:0;text-transform:capitalize;margin-bottom:5%;font-size:18px;line-height:24px}}.hide-on-mobile{display:block}@media (max-width:768px){.hide-on-mobile{display:none}}
