.single-post-content .wrapper {
    flex-direction: column;
}

.single-post-content .back-to-home {
    display: flex;
    align-items: center;
    gap: 18px;

    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #353C3F;
}
.single-post-content .content .back-to-home {
    margin-top: 65px;
}
/* Remove default container padding inside the content */
.single-post-content .content .container {
    padding: 0;
}

.single-post-content .wrapper > .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 33px;
    padding: 95px 101px 90px 101px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.16);
}

.single-post-content .meer-verhalen {
    margin: 113px 0 100px 0;
}

.single-post-content .meer-verhalen > .title {
    font-size: 60px;
    line-height: 60px;
    color: #353C3F;
}
.single-post-content .meer-verhalen > .title strong {
    color: #0055A3;
}

.single-post-content .meer-verhalen > .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 69px;
    gap: 24px;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    .single-post-content > .wrapper {
        margin-top: 38px;
    }
    .single-post-content .back-to-home {
        gap: 16px;
        font-size: 14px;
        line-height: 19px;
    }
    .single-post-content .content .back-to-home {
        margin-top: 54px;
    }
    .single-post-content .back-to-home img {
        width: 25px;
        height: auto;
    }
    
    .single-post-content .wrapper > .content {
        margin-top: 27px;
        padding: 30px 30px 57px 30px;
        background-color: #FFFFFF;
    }
    
    .single-post-content .meer-verhalen {
        margin: 67px 0 73px 0;
    }
    
    .single-post-content .meer-verhalen > .title {
        font-size: 36px;
        line-height: 38px;
        text-align: center;
    }

}

@media screen and (max-width: 767px) {
    .single-post-content .meer-verhalen > .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 55px;
        gap: 24px;
    }
}