.kakprogodiat__text {
    margin-bottom: 40px;
}

.kakprogodiat-object__image {
    width: 70px;
    margin: 0 auto 10px;
}  
.kakprogodiat-object__title {
    color: #257373;
    margin-top: 10px;
    font-size: 21px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 12px;
    display: block;
    text-align: center;
} 

@media (min-width:768px){
    .kakprogodiat__text {
        width: 64%;
        margin-left: auto;
        margin-right: auto;
    }
    .kakprogodiat-object__image {
        margin-bottom: 10px;
        margin-right: 30px;
        float: left;
    }
    .kakprogodiat-object__title {
        text-align: left;
        margin-top: 0;
        padding-top: 10px;
    }
    .kakprogodiat-object__text {
        clear: both;
    }
}

@media (min-width:1100px){
    .kakprogodiat__list {
        justify-content: space-between; -webkit-justify-content: space-between; -webkit-box-pack: space-between; -ms-flex-pack: space-between;
    }
    .kakprogodiat__item {
        -webkit-flex: 0 0 38%;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
        margin-bottom: 40px;
    }
}