
.podcast-hero {
    position:relative;
    background: #262626;
    padding: 210px 0 100px;
    overflow: hidden;
    color: #ffffff;
}
.podcast-hero-container{
    position: relative;
}
.podcast-hero:before {
    content: '';
    background: #26262691;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.podcast-hero-eyebrow {
    margin-bottom: 18px;
}

.podcast-hero-title {
    margin: 0 auto 24px;
    color: #fff;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 800;
}

.podcast-hero-excerpt {
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
}

.podcast-hero-excerpt p {
    margin: 0;
}

@media (max-width: 991px) {
    .podcast-hero {
        padding: 180px 0 70px;
    }

    .podcast-hero-title {
        font-size: 48px;
    }

    .podcast-hero-excerpt {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .podcast-hero-title {
        font-size: 38px;
    }

    .podcast-hero-excerpt {
        font-size: 18px;
    }
}