.podcast__list{
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 2rem;
}

.podcast__list__item{
    list-style-type: none;
    max-width: 500px;
    min-width: 250px;
}

.podcast{
    background: #e7e7e7;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.podcast h2{
    margin-bottom: .5rem;
    font-size: 1.2rem;
}

.podcast .cover{
    margin-bottom: 1rem;
}

.podcast .text{
    margin-bottom: 1rem;
}

.podcast .audio figure {
    margin: 0;
    /* width: 100%; */
}

.podcast .audio figure audio {
    width: 100%;
}