.content{display:block;width:100%;overflow:hidden;margin:0 auto}.marquee-heading{padding:0;color:#fff;width:13%;height:37px;line-height:37px;text-align:center;float:left;margin-right:12px}.simple-marquee-container{width:86%;background:#f3f3f3;float:left;display:inline-block;overflow:hidden;box-sizing:border-box;height:37px;position:relative;cursor:pointer}.marquee{overflow:hidden}.marquee-content-items{display:inline-block;white-space:nowrap;animation:marquee linear infinite;animation-duration:calc(20s * var(--marquee-duration-factor));animation-timing-function:linear;animation-delay:0s;animation-direction:normal}.marquee-content-items a{display:inline-block;margin-right:20px;transition:none}.simple-marquee-container .marquee-content-items{display:inline-block;padding:5px;margin:0;height:45px}.simple-marquee-container .marquee-content-items li:before{font:var(--fa-font-solid);content:' \f0ac';margin-left:1rem;margin-right:.4rem}.marquee:hover .marquee-content-items{animation-play-state:paused}@keyframes marquee{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}@media screen and (max-width:575px){.marquee-heading p{font-size:15px}.marquee-heading{width:20%;margin-right:10px}.simple-marquee-container{width:76%}.marquee-content-items{animation-duration:calc(10s * var(--marquee-duration-factor))}}@media screen and (min-width:576px) and (max-width:991px){.marquee-heading{margin-right:5px}.marquee-content-items{animation-duration:calc(10s * var(--marquee-duration-factor))}}@media screen and (min-width:992px) and (max-width:1199px){.marquee-heading{margin-right:9px}}@media screen and (min-width:1200px) and (max-width:1300px){.marquee-heading{margin-right:11px}}