.img-but{
    height: 2rem;
}
.ok{
    background-color: green;
}
.video-main{
    display: flex;
    flex-direction: column;
    gap: 5rem  ;
    align-items: center;
    background-color: #eff2f7;
    padding: 10rem;

}
.video-sub{
    display: flex;
    flex-direction: row;
    gap: 5rem;

}
.video-tag{
    video{
        height: 30rem;
    }
}
.heading{
    width: 80%;
    margin: 0 auto;
   
}
@media screen  and (max-width:1024px){
    .video-sub{
        flex-direction: column;

    }
    
}