.company__history{
    /*margin-bottom: 60px;*/
}
.company__history-item {
    vertical-align: top;
    margin-bottom: 30px;
    min-height: 85px!important;
}

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

.company__history-image {

}

.company__history-text {
   /* font-size: 12px;*/
 /*   padding-top: 20px*/
    line-height: 1.4
}

@media (max-width: 767px) {
    .company__history-text{font-size: 0.85em; }
}