.blog__view-all.center{
        display: flex;
    justify-content: center;
    margin-top: 50px;
}

.blog__posts .card-wrapper {
    width: 100%;
    background-color: white;
}

.blog-collection-titel h2{
    margin-bottom: 30px;
}