.sec4{
    height: auto;
    width: 100%;
    padding: 20px;
}
.sec4, .hd .sub .h1{
    display: flex;
    justify-content: center;
    align-items: center;

}
.hd{
    display: flex;
    width: 85%;
    height: auto;

}

.hd video{
    width: 600px;
    height: 300px;
    object-fit:cover;
}
.hd .sub{
    margin: 0 0 0 30px;
}

.hd .sub .h1{
    width: 240px;
    height: 40px;
    background: #1E9144D6 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 0.84;
    font: normal normal bold 18px/20px poppins;
    letter-spacing: 1.98px;
    color: #0C0B0B;
}
.hd .sub .h2, .hd .sub .h3{
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 20px;
    margin: 10px 0 0 0;
}

.hd .sub .h2{
    width: 100%;
    height: auto;
    padding: 20px 20px;
    background: #7C95DBBF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    font: normal normal normal 12px/20px poppins;
    letter-spacing: 1.32px;
    color: #0C0B0B;
    opacity: 0.87;
}

@media only screen and (max-width:1190px){
    .hd{
        width: 90%;
    }
}
@media only screen and (max-width:1130px){
    .sec4{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hd{
        width: 95%;
        display: block;
    }
    .hd .flex_img{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .hd .flex_img, .hd .sub{
        margin: 20px 0;
    }
    .hd .sub{
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:520px){
    .hd video{
        width: 100%;
        height: auto;
    }
}