.at-sponsors {
    margin: 1em 0 2em;
    clear: left;
    overflow: hidden;
    text-align: center;
}

.at-sponsors__title {
    margin: 0 0 2em;
}

.at-sponsorsWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.at-sponsors__item {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.5em 1em;
    background: #fff;
}

.at-sponsors__itemLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.at-sponsors__itemLink,
.at-sponsors__itemLink:hover {
    text-decoration: none;
}

.at-sponsors__logo {
    display: block;
    margin: auto;
  float: left
}

@media screen and (min-width: 300px) {
    .at-sponsors__item {
        flex-basis: 48% !important;
    }
}

@media screen and (min-width: 600px) {
    .at-sponsors__item {
        flex-basis: 31% !important;
    }
}

@media screen and (min-width: 1000px) {
    .at-sponsors__item {
        flex-basis: 23% !important;
    }
}