.Ny_Content .container>h1 {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.Ny_Content .container>span {
    display: block;
    width: 42px;
    height: 3px;
    background: #006cb5;
    margin: 0px auto;
}

@media screen and (max-width: 640px) and (min-width: 0px) {
    .Ny_Content .container>h1 {
        font-size: 24px;
    }
    .Ny_cont video{
        width: 100%;
        
    }
}