.video_lectures {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.videolectures__inner {
    display: flex;
    flex-wrap: wrap;
}

.videoLectures_h {
    color: #2f546c;
    font-size: 24px;
    font-weight: bold;
}

.lectures_banner_div {
    padding: 75px 0px;
    position: relative;
    z-index: 89;
    text-align: center;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.lectures_banner_title {
    color: #fff;
    font-style: italic;
    text-transform: capitalize;
}

.videolectures__container {
    height: fit-content;
}

.video__box {
    margin: 10px;
    width: 30%;
    height: fit-content;
}

.img__box,
.img__box a>img {
    width: 100%;
    height: 165px;
    object-fit: contain;
}

.img__box img:hover {
    opacity: 0.7;
    transition: .2s;
}

.video__header__text>h6 {
    font-weight: bold;
    color: #333333;
    padding: 8px 15px 0;
}

.video__header__text>h6>a {
    color: #333333;
    text-decoration: none;
}

.video__header__text>h6:hover {
    text-decoration: underline;
}

.inf__box {
    display: flex;
}

.inf__box>a,
.inf__box a>i {
    text-decoration: none;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0px 0px 7px;
}

@media only screen and (max-width: 600px) {
    .videolectures__inner {
        flex-direction: column;
        align-items: center;
    }
    .video__box {
        width: 95% !important;
        /* height: 250px; */
    }
   
.img__box,
.img__box a>img {
        height: 200px;
    }
}


@media only screen and (max-width: 992px) {
    .video__box{
        width: 40%;
        
    }
    .videolectures__inner{
        justify-content: center;
    }
}