/* Blog & About - Remove overflow hidden from body */
body.single-news,
body.single-about_page {
    overflow-x: visible !important;
}

/* Blog & About Main Content Sticky on Desktop */
@media (min-width: 1024px) {
    .blog-single__main {
        position: sticky;
        top: 120px;
    }
}
