.blog-banner .image-with-text-overlay-wrapper h2.homepage-sections--title{
    font-family: var(--header-font-stack);
    font-weight: 600;
    line-height: 1;
    margin: 15px 0;
}
.blog-banner .image-with-text-overlay-wrapper--light .featured-row__subtext{
    font-weight:700;
}
.blog-banner .image-with-text-overlay-wrapper .homepage-featured-content-box{
    padding: 0;
    position: absolute;
    margin: 0;
    width: 100%;
}
.blog-banner .image-with-text-overlay-wrapper--textPosition-left .homepage-featured-content-box{
    position: relative;
    left: 0;
    right: auto;
    transform: translate(0,-50%);
    top: 50%;
    padding-left: 0;
    justify-content: flex-start;
}
.blog-banner .image-with-text-overlay-wrapper--textPosition-center .homepage-featured-content-box{
    left: 50% !important;
    right: auto !important;
    top: 50%;
    transform: translate(-50%,-50%);
}
.blog-banner .image-with-text-overlay-wrapper--textPosition-right .homepage-featured-content-box{
    left: auto !important;
    right: 0 !important;
    top: 50%;
    transform: translate(0,-50%);
    justify-content: flex-end;
}
.blog-banner .homepage-featured-content-box-inner{
    padding: 30px 0;
}
@media screen and (min-width: 768px){
    .blog-banner .image-with-text-overlay-wrapper .homepage-featured-content-box{
        width:70%;
    }
}