.podcast-recent {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    max-width: 1190px;
    padding-bottom: 32px;
    background: #CEE1F026 0% 0% no-repeat padding-box;
    border: 1px solid #D8D6D6CC;
}

    .podcast-recent__heading {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

    @media (min-width: 1024px) {

    .podcast-recent__heading {
        flex-direction: row;
        align-items: center;
        gap: 60px;
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 54px;
        padding-right: 54px;
    }
}

    .podcast-recent__heading_img {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 316px;
}

    .podcast-recent__heading_data h2 {
    margin-bottom: 26px;
                text-wrap: balance;
}

    .podcast-recent__heading_data .subscribe-links {
                margin-block-start: 0;
                margin-top: 20px;
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
            }

    .podcast-recent__heading_data .subscribe-links p {
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
    width: 100%;
    font-family: Lato, sans-serif;
    font-size: var(--wp--preset--font-size--font-23-px);
    font-weight: 700;
    color: var(--wp--preset--color--midnight);
}

    @media (min-width: 1024px) {

    .podcast-recent__heading_data .subscribe-links p {
        display: inline-block;
        width: -moz-fit-content;
        width: fit-content;
    }
}

    .podcast-recent__heading_data .subscribe-links a img {
    height: 37px;
    width: auto;
}

    .podcast-recent__cards {
        margin-block-start: 0 !important;
    }

    .podcast-recent__cards .podcast-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 24px;
}

    @media (min-width: 1024px) {

    .podcast-recent__cards .podcast-item {
        padding-left: 85px;
        padding-right: 85px;
        padding-top: 35px;
        padding-bottom: 22px;
    }
}

    .podcast-recent__cards .podcast-item {
            border-top: 2px solid #E2E3E4;
        }

    .podcast-recent__cards .podcast-item_left {
    display: flex;
    gap: 18px;
}

    .podcast-recent__cards .podcast-item_left svg {
    height: 67px;
    width: 67px;
    min-width: 67px;
}

    .podcast-recent__cards .podcast-item_left .data {
    display: flex;
    flex-direction: column;
}

    .podcast-recent__cards .podcast-item_left .data h3 {
    margin: 0px;
    font-family: Lato, sans-serif;
    font-size: var(--wp--preset--font-size--font-24-px);
    font-weight: 700;
    color: var(--wp--preset--color--midnightblue);
    text-decoration-line: none !important;
}

    .podcast-recent__cards .podcast-item_left .data p {
    margin-top: 6px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    font-size: var(--wp--preset--font-size--font-16-px);
    font-weight: 700;
    color: var(--wp--preset--color--gray);
}

    .podcast-recent .wp-block-buttons {
    justify-content: center;
}

    .podcast-recent .wp-block-buttons a:hover {
    background-color: var(--wp--preset--color--green-yellow);
}