.video-section{
    margin-top: -150px;
    margin-bottom: -150px;
    z-index: 9;
    position: inherit;
}

.video-item{
    border-radius: 10px;
    background-color:#eef5ed;
    padding: 8px 10px;
}

.video-header{
    
    border-radius: 20px 20px 0px 0px ;
}

.video-header iframe{
    width: 100%;
    border-radius: 5px 5px 0px 0px ;
}

.video-title p{
    /*font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
    font-size: 30px;
    font-weight: bold;
    color: #579a52;

}

.video-desc p{
    /*font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
width: 100%;

}