.textAction{
    padding-bottom: 30px;
}
.textDescription{
    padding-bottom: 20px;
    line-height: 1.7;
    font-size: 15px;
}
.sovetiCont h4{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}
.textDescription p{
    padding-bottom: 10px;
    line-height: 1.7;
    font-size: 15px;
}
.sovetiCont .col-md-6:first-of-type .sovetiContWrapper{
    padding-right: 30px;
}
.sovetiCont .col-md-6:last-of-type .sovetiContWrapper{
    padding-left: 30px;
}

@media screen and (max-width: 991px) {
    .sovetiCont{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .sovetiCont .col-md-6 .sovetiContWrapper{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sovetiCont .col-md-6{
        display: flex;
    }
    .sovetiCont .col-md-6:first-of-type{
        order: 2;
    }
    .sovetiCont .col-md-6:last-of-type {
        order: 1;
        padding-bottom: 20px;
    }
    .sovetiCont .col-md-6 .imgBlock{
        width: 100%;
    }
    .sovetiCont .textAction{
        padding-right: 35px;
    }
}
