@media only screen and (min-width: 320px) {

    .single-post-hero-meta-cnt{
        justify-content:center;
        align-items:center;
        flex-direction:column;
        font-size:10px;
        gap:5px;
        margin-bottom:10px;
    }
    .single-post-hero-meta-terms a{
        font-size:10px;
    }
    .single-post-hero-meta-cnt time{
        margin-left:3px;
    }
    .single-post-hero-title{

    }
    .single-post-hero-excerpt{
        font-weight:600;
    }
    .single-post-hero .read-more{
        display:none;
    }

}

@media only screen and (min-width: 768px) {
    .single-post-hero .hero-txt-container{
        max-width:var(--article-content-width);
        margin:0 auto;
        text-align:left;
    }
    .single-post-hero-meta-cnt{
        flex-direction:row;
        gap:10px;
        justify-content:flex-start;
        font-size:14px;
    }
    .single-post-hero-meta-terms a{
        font-size:14px;
    }
    .single-post-hero .gb-headline{
        width:auto;
    }
    
}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1280px) {
    
}