/*********************************************
 * Blog Highlight
**********************************************/
.twc-blog-highlight__header {margin-bottom:var(--twc-spacing-35);}
.twc-blog-highlight__header__title {margin-bottom:0 !important;}

@media screen and (max-width:767px) {
    .twc-blog-highlight__header {
        flex-direction:column; justify-content:center; gap:var(--twc-spacing-35); text-align:center;
    }
}