.at-sponsorsPartners {
    margin-left: auto;
    margin-right: auto;
}

.at-sponsorsPartners__sectionTitle,
.at-sponsorsPartners__sectionIntro {
    text-align: center;
}

.at-sponsorsPartners__sectionIntro {
    margin: 0 auto 50px;
}

.at-sponsorsPartners__logo {
    margin: 2em;
}

.at-sponsorsPartners__logo img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-bottom: 2em;
    border-bottom: 2px solid #ed145c;
}

.at-sponsorsPartners__heading--big {
    font-size: 2em;
}

.at-sponsorsPartners__heading--noMargin {
    margin-top: 0;
}


@media screen and (min-width: 500px) {
    .at-sponsorsPartners__sectionsContainer {
        display: flex;
        justify-content: space-evenly;
    }

    .at-sponsorsPartners .at-sponsorsPartners__logo {
        width: 33%;
    }
}
