.sm-recent-posts-inline-hero .heading {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}

.sm-recent-posts-inline-hero .sub-heading {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    padding-bottom: 30px;
}

.sm-recent-posts-inline-hero .nectar-recent-post-bg:after {
    display: none;
}

@media only screen and (min-width: 1000px) {

    .sm-recent-posts-inline-hero .heading {
        font-size: 60px;
    }

    .sm-recent-posts-inline-hero .sub-heading {
        font-size: 40px;
    }

    .sm-recent-posts-inline-hero .inner-wrap {
        min-width: 75%;
    }

}