.awards-wrapper{width:100%;padding:24px;background-color:#f5f7fa;border-radius:12px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:64px;max-height:500px;overflow-y:hidden}.awards-wrapper .fix-logos{display:flex;flex-direction:column;justify-content:center;align-items:center;height:450px}.awards-wrapper .fix-logos>h4{white-space:nowrap;margin-bottom:32px;font-size:1.8rem;line-height:1.7}@media screen and (max-width:768px){.awards-wrapper{max-height:350px}.awards-wrapper .fix-logos{height:300px}.awards-wrapper .fix-logos>h4{padding-top:16px;line-height:1;font-size:1.5rem}}@media screen and (max-width:565px){.awards-wrapper .fix-logos>h4{white-space:initial}}.awards-wrapper .awards{display:grid;grid-template-columns:140px 140px;grid-gap:24px 32px}.awards-wrapper .awards>*{max-height:140px;-o-object-fit:contain;object-fit:contain;justify-self:center}@media screen and (max-width:1024px){.awards-wrapper .awards{grid-template-columns:90px 90px}}@media screen and (max-width:565px){.awards-wrapper .awards{grid-template-columns:50px 50px}}.awards-wrapper .raining-logo{--imageHeight: 5000px;width:100%;background-image:url(../../../assets/images/g2-logos.webp);background-size:contain;background-repeat:repeat-y;height:calc(var(--imageHeight) * 2);animation:slide 200s linear infinite}@keyframes slide{from{transform:translateY(calc(var(--imageHeight) * -1))}to{transform:translateY(0)}}