
.sponsor-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    position: relative;
    background-color: inherit;
    width: 10rem;
    transition: scale 175ms ease-in-out;
    margin: 2rem;
}


.level {
    display: flex;
    margin: auto;
    justify-content: center;
}

.sponsor-card:hover {
    scale: 1.05;
}

.sponsor-card img {
    width: 10rem;
}

.sponsor-card span {
    text-align: center;
    text-wrap: balance;
    font-size: 1.5rem;
    margin-block: 0.5rem;
}

#sponsor-title {
    text-align: center;
}
