.VideoSection{
    margin: auto;
}
.mainTwoVideo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    
}
.VideoArticleContainer{
    display: flex;
    flex-direction: row;
}
video{
    width: 50%;
    height: auto;
}