 
.podcast_list_header{
    text-transform:uppercase;
    margin-bottom: 10px; 
    font-weight: 600;
}
.hbi_dc_shows_top{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid thin #ccc;
}
.hbi_dc_shows_top .page__archive--title{
    font-size:20px;
}
.hbi_dc_shows_top p{
    font-size: 18px;
}


 @media screen and (min-width: 1024px){
    .hbi_dc_shows_top{
        float: left;
    }
    .hbi_dc_podcasts_list{
        float: left;
        padding-top:10px;
    }
    
    .hbidc_desc_of_podcast{
       float:left; 
       width:calc(100% - 230px);
    }
    .hbidc_img_of_podcast{
        float: left;
        width: 160px;
    }
    .podcast_list_date{
        display: block;
        float: left;
        margin-left: 8px;
    }
    .float_left{
        float: left;
    }
    .one_third_desktop{
        width:33%;
    }
    .two_third_desktop{
        width:66%;
    }
    .pad_left_desktop{padding-left: 10px;}
 }
 @media screen and (max-width: 767px){
    .hbidc_excerpt_of_podcast{
        display: none;
    }
    .hbidc_desc_of_podcast{
        width: 150px;
    }
    
 }
 