/* section.universal_sec {
    background: linear-gradient(180deg, #428c9c52, #428c9c52),
        url(../img/video/videoimg.jpg) no-repeat;
    background-size: cover;
} */
section.video_sec {
    padding: 2rem 0;
}

.video_title h3 {
    color: black;
    font-family: "roboto_m";
    font-size: 20px;
}

.video_title {
    text-align: center;
    padding: 10px;
}
.main_heading h2 {
    color: #54595f;
    font-family: "Archivo", Sans-serif;
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
}
video {
    height: 240px;
}
@media(max-width:760px){
    .main_heading h2 {
        font-size:30px;
    }
    .video_title h3 {

        font-size: 15px;
    }
}