#blog-content {}

#blog-content p {
    color: #141053 !important;
    white-space: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
margin-bottom: 0;
}

#blog-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #141053 !important;
    margin-bottom: 25px;
}

.d-flex.float-end.px-2 p {
    font-size: 10px !important;
}

#blog-content h3 {
    color: #141053 !important;
    white-space: normal;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

#blog-content h4 {
    color: #141053 !important;
    white-space: normal;
    font-size: 1.4rem;
    font-weight: 700;
    color: #414141 !important;
    white-space: normal;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

#blog-content h3 {
    color: #3F3D56 !important;
    white-space: normal;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.blog h5 {
    color: #141053;
}
    #blog-content h2 {
    font-size: 2rem;
    color: #3F3D56 !important;
    margin-bottom: 25px;
}

.blog-header-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    min-height: 300px;
}

.blog-header-container h1 {
    color: #FFFFFF;
}


.jip-blog-header {
    position: absolute;
    right: 12%;
    max-width: 10%;
    top: 350px;
}

.blog {
    background-color: white;
}

.category {
    color: #141053;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

section.blog-overview a {
    text-decoration: none;
    font-weight: 700;
}

section.blog-overview a:hover {
    color: #141053;
}

.blog-author {
    color: #141053;
}.blog p,
.blog h5 {
    color: #3F3D56;
}

.blog-category {
    color: #6C63FF;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-author {
    color: #414141;
    font-size: 12px;
    text-transform: uppercase;
}

.blog .img-fluid {
    max-height: 200px;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.panel-body {
    margin-bottom: 3rem;
}

.huisje-thuis-scan {
    width: 12vw;
    float: right;
    margin: 0 0 0 auto;
}

.blog-header {
    color: white;
}

#section-ads .row>[class*='col-'] {
    display: flex;

}

#section-ads {
    padding: 40px;
    background-color: white;
}

@media only screen and (max-width: 999px) {
    .blog-header-container {
        min-height: 200px;
    }

    .jip-blog-header {
        max-width: 10%;
        top: 280px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .blog .img-fluid {
        min-height: 250px;

    }

    .jip-blog-header {
        top: 380px;
    }
}

@media only screen and (max-width: 800px) {
    .blog .img-fluid {
        max-height: 200px;
        width: 100%;
        height: auto;
    }

    #img-cta-blog {
        right: -62px;
    }

    .jip-blog-header {
        top: 300px;
        max-width: 20%;
    }
}

/* Blog images */
.img-blog {
    max-height: 200px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 0.75rem;
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .img-blog {
        min-height: 200px;
        width: auto;
    }
}

@media only screen and (max-width: 800px) {
    .img-blog {
        max-height: 200px;   
        width: 100%;
        height: auto;
    }
}

.blog-post {

    max-width: 570px !important;
}
.blog-post img {
    padding-right: 30px !important;
    padding-left: 0 !important;
}

.page-body h4 {
    font-size: 1.4rem !important;
}
