.podcast-hero {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px !important
}

    .podcast-hero .wp-block-columns {
    position: relative;
    max-width: 100% !important;
    gap: 35px
}

    @media (min-width: 1024px) {

    .podcast-hero .wp-block-columns {
        flex-direction: row;
        gap: 30px
    }
        }

    .podcast-hero .wp-block-columns .wp-block-column {
    position: relative
}

    @media (min-width: 1024px) {

    .podcast-hero .wp-block-columns .wp-block-column h1 {
        max-width: 481px
    }
                }

    .podcast-hero .wp-block-columns .wp-block-column p {
    margin-top: 23px
}

    @media (min-width: 1024px) {

    .podcast-hero .wp-block-columns .wp-block-column p {
        margin-top: 34px;
        max-width: 463px
    }
                }

    .podcast-hero .wp-block-columns .wp-block-column:first-child {
    padding-top: 34px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 27px
}

    @media (min-width: 1024px) {

    .podcast-hero .wp-block-columns .wp-block-column:first-child {
        max-width: 720px;
        padding-top: 31px;
        padding-bottom: 0px;
        padding-left: 150px
    }
                }

    .podcast-hero .wp-block-columns .wp-block-column:first-child:before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 65%;
    background-color: var(--wp--preset--color--electric-blue);
    --tw-content: "";
    content: var(--tw-content);
                    width: calc(100% - 76px)
}

    @media (min-width: 1024px) {

    .podcast-hero .wp-block-columns .wp-block-column:first-child:before {
                        height: calc(100% - 81px)
                }
                    }

    .podcast-hero .wp-block-columns .wp-block-column:first-child .post-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%
}

    .podcast-hero .wp-block-columns .wp-block-column:first-child .post-thumbnail img {
    width: 100%
}

    .podcast-hero .wp-block-columns .wp-block-column:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 42px;
    padding-bottom: 42px;
                padding-right: var(--wp--style--root--padding-right);
                padding-left: var(--wp--style--root--padding-left)
}

    .podcast-hero .wp-block-columns .wp-block-column:last-child h1 {
    margin: 0px;
    font-family: Lato, sans-serif;
    font-size: var(--wp--preset--font-size--font-56-px);
    font-weight: 900;
    color: var(--wp--preset--color--midnightblue)
}

    .podcast-hero .wp-block-columns .wp-block-column:last-child p {
    margin-bottom: 0px;
    margin-top: 16px;
    font-family: Lato, sans-serif;
    font-size: 23px;
    color: var(--wp--preset--color--midnight)
}

    .podcast-hero .wp-block-columns .wp-block-column .subscribe-links {
                margin-block-start: 0;
                margin-top: 20px;
            }

    .podcast-hero .wp-block-columns .wp-block-column .subscribe-links p {
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: Lato, sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: var(--wp--preset--color--midnight)
}

    .podcast-hero .wp-block-columns .wp-block-column .subscribe-links div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

    .podcast-hero .wp-block-columns .wp-block-column .subscribe-links div a img {
    height: 37px;
    width: auto
}

@media (max-width: 1060px) {
    .podcast-body-text {
        padding-left: var(--wp--style--root--padding-left) !important;
        padding-right: var(--wp--style--root--padding-right) !important;
    }
}

