.podcast-details-content{
    padding: 41px 45px 150px;
    display: flex;
    gap: 121px;
}
.podcast-details-content img{
    height: 100%;
}
.podcast-details-content-text-player h2{
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 24px;
}
.podcast-details-content-text-player p{
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}
.podcast-player {
    margin-top: 124px;
    text-align: center;
}

@media (max-width: 576px) { 
    .podcast-details-content {
        padding: 32px 18px;
        flex-direction: column;
        gap: 32px;
    }

    .podcast-details-content-text-player h2 {
        font-size: 40px;
        line-height: 58px;
        font-weight: 700;
    }
    .podcast-player {
        margin-top: 32px;
    }
}