h2{
    --uicore-typography--h2-s: 36px;
}

.case-study-sticky-sidebar > div{
    top: 100px !important;
}


@media (max-width: 1024px) {
    h2{
        --uicore-typography--h2-s: 32px;
    }
}

@media (max-width: 767px) {
    h2{
        --uicore-typography--h2-s: 28px;
    }
    
    .ui-e-post-meta.ui-e-tb-meta {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
}