@keyframes runningSponsors {
  
    to {
        transform: translateX(-100%);
    }
}

@keyframes runningCertification {
  
    to {
        transform: translateX(-6000px);
    }
}