#podcast-block {
    width: 100%;
    border-color: #D9D9D9;
    border-style: solid;
    border-width: 1px;
    border-radius: 12px;
    min-height: 100px;
    padding: 40px;
    margin-top: 100px;
}

#podcast-block #podcast-header {
    color: #151619;
    font-weight: bolder;
    font-size: 44px;
    margin-bottom: 20px;
}

#podcast-block .podcast {
    padding: 30px 0;
    width: 100%;
    border-bottom-color: #D9D9D9;
    border-bottom-style: solid;
    border-width: 1px;
    height: 120px;
}

#podcast-block .podcast .podcast-column {
    height: 60px;
    display: block;
}

#podcast-block #more-podcast {
    margin: 30px 0 0 0;
}

#podcast-block #more-podcast .more-podcast-button {
    margin-right: auto;
    margin-left: auto;
    width: 164px;
    height: 48px;
}
#podcast-block .podcast-clock-icon img {
    width: 24px;
    height: 24px;
    margin-top: 17px;
}

#podcast-block .podcast-date {
    font-size: 16px;
    color: #5A6064;
    padding-top: 19px;
    margin-left: 7px;
}

#podcast-block .podcast-image {
    margin-left: 25px;
}

#podcast-block .podcast-image img {
    height: 60px;
    width: 60px;
}

#podcast-block .podcast-title-block {
    margin-left: 25px;
    padding-top: 5px;
    max-width: calc(100% - 550px);
    height: 60px;
    overflow: hidden;
}

#podcast-block .podcast-title-block .podcast-title {
    font-size: 24px;
    font-weight: bolder;
}

#podcast-block .podcast-title-block .podcast-duration {
    font-size: 16px;
    color: #5A6064;
}