.at-stakeholders__article {
    margin-bottom: 3em;
    text-align: center;
}

.at-stakeholders__title {
    margin-bottom: 1.2em;
    font-size: .9em;
    color: #ff3550;
}

.at-stakeholders__imageContainer {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto 1.5em auto;
    background: center top no-repeat;
    background-size: cover;
}

.at-stakeholders__text {
    font-size: .8em;
}

@media (min-width: 600px) {
    .at-stakeholders__sectionsContainer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }

    .at-stakeholders__article {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33% - 1.5em);
        flex: 0 1 calc(33% - 1.5em);
        width: calc(33% - 1.5em);
    }
}
