.b-realizrd_objects{
    margin-bottom: 40px;
}
.realizedObjects__qeuarlRows{
    display: flex !important;
    align-items: center;
    height: 100%;
}

.m-realized__charact{
    text-align: left;
    /*font-weight: 600;*/
    font-size: 14px;
}
.m-realized__charact:last-child{
    margin-bottom: 10px;
}

.m-realized__text{
    white-space: pre-line;
    text-align: left;
}

@media only screen and (max-width: 768px){
    .b-realizrd_objects__item{
        min-height: 170px;
        margin-bottom: 30px;
    }
    .b-realizrd_objects__item:nth-last-of-type(-n+2){
        margin-bottom: 0;

    }
}