
.article-branch__inner {
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    display: flex;
    text-decoration: none;
    color: #222222;
}

.article-branch__img img {
    min-width: 391px;
}
.article-branch__img {
    min-width: 391px;
}

.article-branch__img img {
    min-width: 391px;
    object-fit: cover;
}

.article-branch__right{
    padding:30px 32px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.article-branch__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 20px;
}

.article-branch__desc {
    font-size: 16px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 38px;
}

.article-branch__buttons{
    text-align: right;
}

.btn-pr{
    font-size: 12px;
    line-height: 3;
    color: #BCBCBC;
    text-decoration: none;
}

.btn-pr:hover{
    opacity: .7;
}


@media only screen and (max-width: 1200px) {
    .article-branch__img img{
        min-width: 270px;
    }

    .article-branch__desc {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .article-branch__img img{
        min-width: 160px;
    }

    .article-branch__right{
        padding:5px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .article-branch__inner {
     flex-direction: column;
     padding: 15px;
    }

    .article-branch__right{
        padding:9px 0 0;
    }

    .article-branch__title{
        font-size: 16px;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .article-branch__desc{
        font-size: 14px;
    }
}
article-branch__img{
    min-width: 391px;
    max-width: 100%;
}

.editor-styles-wrapper p{
    margin-top: 0;
    margin-bottom: 20px;
}


p.article-branch__title{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
}

.article-branch__img img{
    height: 100%;
}