.podcast-player iframe {
    width: 100%;
    max-height: 150px;
}

.section {
    border-bottom: 1px solid var(--color-border-2);
    padding-top: 50px;
    padding-bottom: 50px;
}

.post-description p:last-child {
    margin-bottom: 0;
}

.post-description a {
    text-decoration: underline;
    text-underline-position: under;
}

.section-podcasts + .section-news {
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .section-podcasts .podcasts-wrapper {
        gap: 40px;
    }

    .podcasts-wrapper .podcast-card {
        max-width: 100%;
    }

    .podcast-player iframe,
    .podcast-card .podcast iframe {
        max-height: 200px;
    }
}

@media screen and (max-width: 768px) { 
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-podcasts + .section-news {
        padding-top: 30px;
    }

    .guest-container {
        margin-top: 40px;
    }
}