  .news_type16 {
    position: relative;
    background-color: rgb(241, 241, 241);
    padding-top: 2rem;
    padding-bottom: 6rem;
    position: relative;
    bottom: 0;
    z-index: 0;
}
/*more read*/
.news_type16 .news_top a{
    color: var(--color-grey);
    font-weight: 500;
}
.news_type16 .news_top a:hover{
    color: var(--color-primary);
}

/*card*/
.news_type16 .card{
    background-color: transparent;
    border: 0;
    flex-direction: row;
    cursor: pointer;
}

.news_type16 .card .img_aria{
    position: relative;
}

.news_type16 .card .img_aria .img_tags{
    padding: 5px 10px;
    color: var(--color-white);
    background-color: var(--color-primary);
    border-radius: 5px 0 5px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.news_type16 .card-img-top {
    width: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.news_type16 .card .card-title{
    font-size: 1.25rem;
    line-height: 1.7rem;
    font-weight: 700;
}
.news_type16 .card .card-text{
    font-size: 1rem;
}
.news_type16 .card:hover .card-title{
    color: var(--color-primary);
    transition: all .5s;
}

.news_type16 .card .card-body{
    padding: 0 0 0 15px;

}



/**************
RWD s.
***************/
 /* medium Devices, Tablets */

 /* Small Devices, Tablets */
@media (max-width: 767.98px) {
    .news_type16 .card_base{
        padding: 0 20px;
    }
    .news_type16 .card{
        flex-direction: column;
    }

    .news_type16 .card-img-top {
        width: 100%;
    }

    .news_type16 .card .card-body{
        padding: 20px 0;

    }

}
/**************
RWD e.
***************/