.news-categories .tax-prod .tax-desc {
    padding: 30px;
}

.news-categories .resource-banner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:0 !important;
    min-height:320px;
    padding: 0 !important;
}

.news-categories .banner-content{
    flex:1;
}

.news-categories .banner-image{
    width:45%;
    text-align:center;
        border: 0px !important
}

.news-categories .banner-image img{
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}

.news-categories .tax-prod .tax-desc  h2.entry-title{
    /*color:#fff;*/
    font-size:32px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:10px;
        text-transform: capitalize;
}

/*.news-categories .row.date-row.no-author {
    color: #fff;
}*/

.news-categories .row.date-row.no-author .b-date{
    font-size: 18px;
        /*padding-left: 15px;*/
}

.news-categories .resource-banner .entry-content{
    color:#fff;
    font-size:18px;
    line-height:1.5;
        margin: 5px auto;
}

.news-categories .resource-banner .entry-content p{
    color:#fff;
}

.news-categories .resource-banner .btn-transparent{
    display:inline-block;
    margin-top:30px;
    padding:14px 50px;
    border:2px solid #fff;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    background:transparent;
        padding: 15px 45px !important
}

.news-categories .resource-banner .date-row{
    display:none;
}

.news-categories .article-link-wrap{
    text-decoration:none;
    display:block;
}

.term-news .widget ul {
    margin-left: 15px;
    padding-top: 8px;
}

@media(max-width:991px){

    .news-categories .resource-banner{
        flex-direction:column;
        text-align:center;
        padding:30px;
    }

    .news-categories .banner-image{
        width:100%;
        max-width:300px;
    }

    .news-categories .resource-banner .entry-title{
        font-size:32px;
    }

    .news-categories .resource-banner .entry-content{
        font-size:16px;
    }
}
