.blog-header.black {
    background-color: #000000;
}

.blog-header .v-space {
    padding-top: 170px; 
}


.blog-header h1 {
    color: #ffffff;
}

.blog-content img {
    height: auto!important;
    margin-bottom: 30px!important;
}

.blog-content .cont, .blog-header .cont {
    max-width: 1000px;
}

a.resource-single {
    width: calc(33.33% - 20px) !important;
}

.recent-blogs .blog-list {
    margin: 30px 0;
}

.recent-blogs .outer-cont {
    padding-bottom: 120px;
}

@media screen and (max-width:769px) {
    .blog-header .v-space {
        padding-top: 120px; 
        padding-bottom: 60px; 
    }

    .blog-header h1 {
        max-width: 100%;
    }

    .blog-content .v-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    a.resource-single {
        width: 100%!important;
    }

}