.wp-block-group.is-style-post-group {
    border-top: 3px solid #000;
}
.wp-block-group.is-style-post-group h2 {
    width: max-content;
    background: #fff;
    color: #000;
    padding: .75rem 1rem;
    margin: 0 auto;
    margin-top: -4%;
    font-family: urw-din-condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
}
.wp-block-group.is-style-post-group .wp-block-columns {
    margin-top: 1.5rem;
}
.wp-block-group.is-style-post-group img {
    margin-bottom: 1.5rem;
}
.wp-block-group.is-style-post-group .wp-block-columns .video-overlay {
    position: relative;
    margin-bottom: 1.5rem;
}
.wp-block-group.is-style-post-group .wp-block-columns .video-overlay img {
    margin-bottom: 0;
}
.wp-block-group.is-style-post-group .wp-block-columns .video-overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.62);
}
.wp-block-group.is-style-post-group .wp-block-columns .video-overlay .play-circle {
    position: absolute;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
}
.wp-block-group.is-style-post-group .wp-block-columns .video-overlay span.dashicons {
    position: absolute;
    align-items: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding-left: 4px;
    line-height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}
.wp-block-group.is-style-post-group .wp-block-columns .video-overlay span.dashicons::before {
    content: "\f522";
    display: flex;
    font-size: 30px;
    color: white;
}
.wp-block-group.is-style-post-group .wp-block-columns .podcast-listen {
    margin-top: 1rem;
}
.wp-block-group.is-style-post-group .wp-block-columns .podcast-listen span.dashicons {
    border-radius: 50px;
    border: 1px solid;
    color: #00829A;
    margin-right: 10px;
}
.wp-block-group.is-style-post-group .wp-block-columns .podcast-listen span.dashicons::before {
    margin-left: 1px;
}
.wp-block-group.is-style-post-group .wp-block-columns .podcast-listen a {
    color: #000;
    font-family: urw-din-condensed, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.4px;
}
.wp-block-group.is-style-post-group .wp-block-columns .podcast-listen a:hover {
    text-decoration: none;
}
.wp-block-group.is-style-post-group .post h2 {
    padding: 0;
    margin-top: 0;
    width: auto;
    font-size: 24px;
    font-family: kepler-std, "Helvetica", "Helvetia Neue", Arial, sans-serif;
    text-transform: none;
}
@media (min-width: 782px){
    .wp-block-group.is-style-post-group img {
        max-height: 157px;
    }
}
@media (max-width: 781px) {
    .wp-block-group.is-style-post-group .wp-block-column {
        margin-bottom: 1.5rem;
    }
    .wp-block-group.is-style-post-group .wp-block-columns .video-overlay span.dashicons {
        width: 65px;
        height: 65px;
    }
    .wp-block-group.is-style-post-group .wp-block-columns .video-overlay span.dashicons::before {
        font-size: 60px;
    }
}