/**
 * Podcast Hero Component Styles
 */

.o-blog-hero__subheading {
    font-size: 2em !important; /* Override parent theme's 3em size */
}

@media screen and (max-width: 950px) {
    .o-blog-hero__subheading {
        font-size: 1.75em !important;
    }
}

@media screen and (max-width: 768px) {
    .o-blog-hero__subheading {
        font-size: 1.5em !important;
    }
}

@media screen and (max-width: 600px) {
    .o-blog-hero__subheading {
        font-size: 1.25em !important;
    }
}