.counter{
    margin-top: 60px;
    margin-bottom: 30px;
}
.counter__item {
    vertical-align: top;
    padding-bottom: 30px;
}

.history__item:last-child {
    padding-right: 0
}

.counter__number {
    height: auto;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 10px;
}

.counter__text {
    font-size: 16px
}

@media(max-width: 991px) {
    .counter__item:last-child{
        width: 100%!important;
    }
}