.podcastTop{

}
.podcastTop .nrow{
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 50px 0 60px;
}
.podcastTop-info{
    width: 40%;
}
.podcastTop-info h1{font-size: 50px;margin: 0 0 20px;}
.podcastTop-info-info{
    display: flex;
    align-items: center;
    gap:20px;
}
.podcastTop-info-info img{
    width: auto;
    height: 50px;
    border-radius: 30px;
}
.podcastTop-info-cnt{

}
.podcastTop-code{
    width: 60%;
}

@media screen and (max-width: 1023px) {
    .podcastTop .nrow {
        flex-direction: column;
        padding: 20px 0 10px;
    }
    .podcastTop-info {
        width: 100%;
    }
    .podcastTop-code {
        width: 100%;
    }
    .podcastTop-info h1{
        font-size: 32px;
    }
}

@media screen and (max-width: 480px) {
    .podcastTop-info-info {
        gap: 13px;
        flex-direction: column;
    }
}