.news-item .thumb {
    min-width: 100px;
    max-width: 100px;        
}

.right-sidebar .news-item .thumb {
    min-width: 70px;
    max-width: 70px;
}

.right-sidebar .news-item .thumb img {
    width: 70px;
    height: 50px;
    object-fit: cover;
}

.text-truncate-box-3{
    text-align: left;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-truncate-box-4{
    text-align: left;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-truncate-box-3.d-none {
    display: none !important;
}

.news-list .news-item .news-body .news-title{        
    font-family: 'Roboto';
}

.content-wrapper h2{
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

.content-wrapper h3{
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* start css clr content */
.content-wrapper .has-text-align-center{
    text-align: center;
}

.content-wrapper figure.wp-block-image {
    margin: 0.5rem 0 0.5rem;
    text-align: center;
}
/* end css clr content */

@media (min-width: 768px) {
    .text-truncate-box-3.d-md-block {
        display: -webkit-box !important;
    }

    .text-truncate-box-4.d-md-block {
        display: -webkit-box !important;
    }

    .news-list .news-item .thumb {
        min-width: 180px;
        max-width: 180px;
    }
    
    .news-list .news-item .thumb img {
        width: 180px;
        height: 120px;
        object-fit: cover;
    }

    .news-list .news-item:first-child .thumb {
        min-width: 220px;
        max-width: 220px;
    }
    
    .news-list .news-item:first-child .thumb img {
        width: 235px;
        height: 150px;
        object-fit: cover;
    }

    .news-list .news-item .news-body .news-title{        
        font-size: 1.2rem;
    }
}
