.topic h1{
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}

.box-video{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.box-video .video-header{
    width: 34%;
    float: right;
    padding: 18px 24px;
    margin-bottom: 0;
}

.box-video .video-header h1,
.box-video .video-header h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 5px;
}

.box-video .video-header .post-time{
    color: #838383;
    font-size: 14px;
}

.box-video .video-header .post-text{
    margin: 5px 0;
    max-height: 200px;
}

.box-video .video-header .post-author{
    font-weight: 600;
    text-align: right;
}

.box-video .video-header .socialicon{
    line-height: 12px;
}

.box-video .video-content{
    display: flex;
    width: 66%;
    float: left;
    margin-bottom: 0;
}

.other-video-heading{
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 22px;
}

.other-video-heading:before{
    position: absolute;
    content: "";
    background-color: #0264cd;
    height: 1px;
    width: 200px;
    bottom: -1px;
}

.video-item{
    margin-bottom: 20px;
}

.video-item .video-thumb{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.video-item .video-thumb img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.video-item h3{
    font-weight: 500;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 10px;
}


@media (max-width: 767.98px) {
    .box-video .video-header,
    .box-video .video-content{
        width: 100%;
    }

    .box-video .video-header .post-text{
        max-height: 500px;
    }
}