/* Nieuwsfeed */

.nieuwsfeed__recent-article{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1440px;
    margin-top: 200px;

}

.nieuwsfeed__recent-article h1 {
    font-size: 50px;
}

.nieuwsfeed__video {
    display: flex; 
    width: 1440px;
    justify-content: space-around;
    align-items: center;
    margin-top: 70px;
}

.nieuwsfeed__video p {
    width: 660px;
    margin-top: 20px;
    font-size: 14px;
}


/* Social Feeds */

.social-feed{
    margin-top: 100px;
}