.sponsors-sponsorsName {
    margin-top: 3em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4em;
    padding: 1em 2em
}

.sponsors {
    display: flex;
    flex-direction: column;
    gap:  2em;
    font-size: 24px;
}
.sponsors-text {
    font-size: 48px;
}
.become-sponsor-button {
    font-family: inherit;
    padding: 0.5em 2em;
    font-size: 24px;
    font-weight: 700;
    background-color: #ffed00;
    color: black;
}
.sponsors-description {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 479px;
}

.sponsors-name {
    display: flex;
    flex-direction: row;
    gap: 3em;
}

.sponsors-name-1-3,
.sponsors-name-4-6 {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    color: white;
    gap: 1em;
    white-space: nowrap;
}
