.vods{
    display: flex;
    flex-direction: column;
}

.vods-section{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.vods-title{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vods-title h1{
    width: 287px;
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
}

.vods-title p{
    font-size: 16px;
    color: #4A4A4A;
}

.vods-body{
    display: flex;
    flex-direction: row;
    gap: 28px;
    margin-top: 48px;
}

.vods-video{
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    gap: 19px;
}

.vods-video-picture{
    width: 271px;
    height: 152px;
    border-radius: 10px;
}

.vods-video-title{
    font-size: 15px;
}
