
main {
    max-width: 80ch;
}

.sponsor-tier {
    text-align: center;
    margin-bottom: 4rem;
}

.sponsor-tier h2 {
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

.sponsor-tier ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 2rem;

    list-style: none;
    padding: 0;
    margin: 0;
}

.sponsor-tier a {
    text-decoration: none;
}

/* Single */

.sponsor-head {
    display: flex;
    flex-direction: row;
    color: currentColor;
    background-color: var(--clr-bg-dark);
    text-decoration: none;
    align-items: center;
    margin: 1rem auto;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.sponsor-head:has(.big-logo) {
    flex-direction: column;
}

.sponsor-head img {
    width: 20vw;
    height: 20vw;
}

.sponsor-head img.big-logo {
    width: 40vw;
    max-height: 20vh;
}

.sponsor-head hgroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.sponsor-head hgroup > * {
    margin: 0;
}

.content {
    max-width: 80ch;
    margin: 2rem auto;
}
