.sponsors {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.sponsors h1 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 54px;
}

.sponsor-container {
    flex: 0 0 auto;
    display: flex;

    animation: rotation 20s infinite linear;
    padding: 12px 0;

    overflow: hidden;
}

.sponsor-container img {
    width: 150px;
    height: 60px;
    margin: 0 20px;
}