.my-breadcrumb{
    display: inline-flex;
    margin-top: 40px;
}

.my-breadcrumb li{
    margin-right: 10px;
    color: #8e8e8e;
}

.my-breadcrumb li a{
    color: #8e8e8e;
}


.cms_page_title h1 {
    color: #2b3990;
    font-family: 'RobotoCondensed-Bold';
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 600;
}

.thumb-news{
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

.thumb-news:hover{
    transform: scale(1.1);
    transition: transform .2s;
}


.news-title{
    margin-top: 5px;
    font-family: 'RobotoCondensed-Bold';
    color: #2b3990;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-title h5{
    font-size: 20px;
}


.news-description{
    font-family: 'RobotoCondensed-Regular';
    color: #000;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}



@media (max-width: 768px) {
    
    .cms_page_title h1 {
        font-size: 30px;
    }
	

}

