.videos{
    margin-top: 5px;    
}
.videos h1{
    text-align: left;
    margin-top: 70px;
    color: #7A855F;
}
.video-item{
    /* display: flex; */
    /* justify-content: space-around; */
    gap: 5px;
   text-align: center;
   align-items: center;
    flex-wrap: wrap;
    background-color: #FAF6EF;
    padding-top: 60px;
    padding-bottom: 60px;
}
.video-item img{
    height: auto;
}