.section-logos h3{font-weight:500}.section-logos .logos-bar{margin-top:40px}.section-logos img{height:40px;width:auto;filter:invert(.7)}.section-logos .marquee{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;grid-column-gap:1rem;border-top:1px solid #4e4e4e;border-bottom:1px solid #4e4e4e}.section-logos .marquee-content{min-width:100%;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;grid-column-gap:1rem}.section-logos .marquee-content span{display:inline-block;padding:0 2.5rem}.section-logos .reverse{animation-direction:reverse}.section-logos .scroll{animation:scroll 22s linear infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - 1rem))}}