/* Marcas participantes. */

.sponsors {
    position: relative;
    z-index: 1;
    background: transparent;
}

.sponsors__inner {
    display: grid;
    place-items: center;
    width: min(100%, var(--phase2-page-width));
    min-height: 8rem;
    margin-inline: auto;
    padding: 1.4rem var(--phase2-gutter) 1.65rem;
}

.sponsors__logos {
    width: 100%;
    height: auto;
}

@media (max-width: 22rem) {
    .sponsors__inner {
        min-height: 7.25rem;
        padding-inline: 0.65rem;
    }
}

@media (min-width: 64rem) {
    .sponsors__inner {
        min-height: 17rem;
        padding: 3rem 4rem 3.5rem;
    }

    .sponsors__logos {
        width: min(100%, 68rem);
    }
}
