.block.stats {
    height: auto;
    position: relative;
    width: 100%;
}

.block.stats .inner {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    width: 1100px;
}

.block.stats .col {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: calc(25% - 4px);
}

.block.stats .icon {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 200px;
    min-height: 150px;
    margin: 0 25px 20px 25px;
    position: relative;
    width: calc(100% - 50px);
}

.block.stats .number {
    color: #D20224;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 800;
}

.block.stats .text {
    color: #03435a;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.618em;
    padding: 10px 20px 0 20px;
}

@media screen and (max-width: 1100px) {
    .block.stats .inner {
        margin: 0 auto;
        padding: 50px 50px 0 50px;
        position: relative;
        width: calc(100% - 100px);
    }

    .block.stats .col {
        display: inline-block;
        margin: 0 0 50px 0;
        text-align: center;
        vertical-align: top;
        width: calc(50% - 4px);
    }
}

@media screen and (max-width: 760px) {
    .block.stats .inner {
        margin: 0 auto;
        padding: 50px 20px 0 20px;
        position: relative;
        width: calc(100% - 40px);
    }

    .block.stats .col {
        display: inline-block;
        margin: 0 0 40px 0;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }
}