.video_main {
    margin-top: 3%;
}

.video_detail {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 39%;
}

.video_detail lite-youtube {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.video_title {
    font-family: 'Lato-Bold';
    font-weight: 400;
    font-size: 24px;
    color: #0C419C;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 20px 0;
}

.video_desc {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.video_desc p{
    margin-bottom: 20px;
}