.sectionLogos{position:relative;padding:4.8rem 1.6rem;--bg-color: var(--color-white);--text-color: var(--color-black);overflow:hidden}.sectionLogos__content{max-width:var(--width-widest);margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center}.sectionLogos__heading{font-family:Inter;font-size:16px;list-style:1.5;font-weight:500;margin:0 0 3.2rem}.sectionLogos__list{display:flex;flex-wrap:wrap;justify-content:center}.sectionLogos__item{display:flex;align-items:center;justify-content:center;width:8rem;height:4rem;margin:.4rem}.sectionLogos__item img{width:100%;height:100%;object-fit:contain}.sectionLogos__marquee-wrapper{display:flex;width:100vw}.sectionLogos__marquee{flex-shrink:0;display:flex;animation:marquee 60s linear forwards infinite}@keyframes marquee{from{transform:translateX(0%)}to{transform:translateX(-50%)}}.sectionLogos__logos{flex-shrink:0;display:flex}@media screen and (min-width:768px){.sectionLogos__heading{margin-bottom:4.8rem}.sectionLogos__item{width:15rem;height:7.5rem;margin:0 2rem}}