.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mb-3 {
    margin-bottom: 16px;
}

.mb-4 {
    margin-bottom: 24px;
}

.mb-5 {
    margin-bottom: 48px;
}

.mx-2 {
    margin-left: 8px;
    margin-right: 8px;
}

.mx-3 {
    margin-left: 16px;
    margin-right: 16px;
}

.px-3 {
    padding-left: 16px;
    padding-right: 16px;
}


.page-logo {
    text-align: right;
    padding-top: 20px;
}

.page-logo>img {
    width: 170px;
    height: 85px;
}

.podcast-img {
    width: 100%;
    height: auto;
}

.podcast-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.podcast-sub {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.podcast-content {
    line-height: 30px !important;
    margin-bottom: 20px;
}

#podcast-list .footer {
    color: #333333;
    font-size: 14px;
    /* border-bottom: 1px solid #999999; */
    /* padding-bottom: 50px; */
    margin-bottom: 10px;
}
#podcast-list .footer span {
    color: #333333;
    border: 1px dashed #333333;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 10px;
}

#section-1 .podcast-footer {
    margin-top: 40px;
}



@media only screen and (max-width: 768px) {
    .page-logo {
        text-align: center;
    }
    .mb-4 {
        margin-bottom: 24px !important;
    }
    .page-logo {
        margin-bottom: 10px !important;
    }
    .page-title {
        margin-bottom: 20px !important;
    }
    .podcast-img {
        padding-left: 16px;
        padding-right: 16px;
    }
    #podcast-list .row>div {
        margin-bottom: 20px !important;
    }
    .podcast-title, .podcast-sub, .podcast-content, p.footer {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}