.podcastRow{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1650px;
    width: 100%;
    margin: 0px auto 50px;
    gap: 15px;
}

.podcastRow iframe{
    max-width: 500px;
    width: 100%;
    height: 152px;
    border-radius: 12px;
    border: 0;

    border-radius: 12px;
}

.podcastRow p{
    max-width: 500px;
}