.videoblog__item{
    display: flex;
    margin: 2em 0;
}
.videoblog__item_wrapper{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 10px;
    padding: 25px;
}

.videoblog__item_wrapper img {
    width: 50%;
    float: left;
    padding: 10px;
}

.videoblog__item h3{
    min-height: 72px;
    font-size: 20px;
}
.videoblog__item .only_desctope{
    min-height: 92px;
}
.videoblog__item .portworks__link{
    min-height: 48px;
}
.videoblog__video{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 290px;
    max-height: 518px;
}
@media (max-width: 1200px) {
    .videoblog__video{
        max-height: 430px;
    }
}
@media (max-width: 767px) {
    .videoblog__video{
        max-height: inherit;
    }
}
.more-video-btn {
    font-weight: bold;
    color: #00844b;
    text-transform: uppercase;
    margin: auto;
    width: 260px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.more-video-btn::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/uslugi/arrow.png) center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.videoblog__category{
    font-weight: bold;
}
.portworks__link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}