.containerWrapper{flex-direction:column;align-items:center;max-width:1440px;margin-top:20px;display:flex;overflow:hidden}.headerWrapper{flex-direction:row;justify-content:center;align-items:center;gap:1.25rem;width:90%;display:flex}.divider{border:.0625rem solid;border-image:linear-gradient(90deg,#b8b8b900 0%,#b8b8b9 100%) 1;width:21.25rem}.heading{text-align:center;color:#171919;line-height:1;font-weight:500!important}.descriptionWrapper{justify-content:center;width:90%;margin-top:1.5rem;display:flex}.description{text-align:center;color:#474949;max-width:28.625rem;font-size:1.25rem!important;font-weight:400!important;line-height:1.75rem!important}.scrollingWrapper{white-space:nowrap;width:100%;margin:0;position:relative;overflow:hidden}@media (min-width:960px){.scrollingWrapper{margin:20px 10px}}.scrollingContent{justify-content:start;align-items:center;gap:50px;width:max-content;animation:20s linear infinite scrollLeft;display:flex}.scrollingContent.rightToLeft,.scrollingContent.scrollRight{animation:20s linear infinite scrollRight}@keyframes scrollLeft{0%{transform:translate(0%)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0%)}}.scrollingContent img{width:100%;height:100%!important}
