@media (max-width: 768px) {
        .blog-hero {
            background-size: contain !important;
            background-repeat: no-repeat;
            background-position: center;
        }
    }