.sbp-news-grid {

}

.sbp-news-grid {
    padding-top: 30px;
    padding-bottom: 50px;
}

.sbp-news-grid .post-grid-heading {
    flex: 1 0 100%;
    max-width: 1330px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.sbp-news-grid .post-item {
    flex: 1 1 33%;
}

.sbp-news-grid .post-thumbnail {
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.sbp-news-grid .post-grid-title {
    display: block;
    font-size: 19px;
    margin: 15px 0 10px 0;
    font-weight: 400;
    line-height: 1.4;
}

.sbp-news-grid .post-grid-excerpt {
    font-weight: 200;
    display: block;
    line-height: 1.4;
}

.sbp-news-grid .btn {
    margin-top: 50px;
}

.sbp-news-grid .more-posts-wrapper {
    max-width: 1330px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 575px) {

    .sbp-news-grid .more-posts-wrapper {
        text-align: left;
    }

    .sbp-news-grid .post-grid-heading {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (min-width: 576px) and (max-width: 1400px) {

    .sbp-news-grid .post-grid-heading {
        /*max-width: calc(100% - 100px);*/
    }

}

@media (min-width: 992px) and (max-width: 1100px) {
    .sbp-news-grid .post-thumbnail {
        height: 200px;
    }
}
@media (min-width: 1101px) and (max-width: 1280px) {
    .sbp-news-grid .post-thumbnail {
        height: 240px;
    }
}


@media (min-width: 992px) and (max-width: 1500px) {

    .more-posts-wrapper {
        padding: 0px 50px 0px 90px !important;
    }



}

