.at-supportBlocks__introduction {
    max-width: 700px;
    margin: 0 auto 1.5em;
    text-align: center;
}

.at-supportBlocks__block {
    display: block;
    margin-top: 1em;
    padding: 1em;
    text-decoration: none;
    background-color: #fff;
}

.content__section--white .at-supportBlocks__block {
    border: 1px solid #e8e8e8;
}

.no-flexbox .at-supportBlocks {
    float: left;
    width: 100%;
}

.at-supportBlocks__blockIcon {
    display: block;
    margin-bottom: 2em;
    height: 40px;
}

.at-supportBlocks__blockIcon--finance {
    background: url(../../img/icon-finance.svg) no-repeat;
}

.at-supportBlocks__blockIcon--help {
    background: url(../../img/icon-help.svg) no-repeat;
}

.at-supportBlocks__blockIcon--business {
    background: url(../../img/icon-business.svg) no-repeat;
}

.at-supportBlocks__blockIcon--shop {
    background: url(../../img/icon-shop.svg) no-repeat;
}

.at-supportBlocks__blockContent {
    color: #000;
}

.at-supportBlocks__blockTitle {
    margin-bottom: 0.3em;
}

.at-supportBlocks__blockLink {
    text-decoration: underline;
}

@media screen and (min-width: 500px) {
    .at-supportBlocks__blockContent {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .at-supportBlocks__contentContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .at-supportBlocks__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% / 2 - 0.5em);
        margin-right: 1em;
        padding: 1em;
    }

    .no-flexbox .at-supportBlocks__block {
        display: inline-block;
        width: calc(100% / 2 - 0.5em);
    }

    .at-supportBlocks__block:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .at-supportBlocks__block {
        width: calc(100% / 4 - 0.75em);
        margin-bottom: 0;
    }

    .no-flexbox .at-supportBlocks__block {
        width: calc(100% / 4 - 0.75em);
    }

    .at-supportBlocks__block:nth-child(2) {
        margin-right: 1em;
    }
}
