.main-content {
    background: #f4f7fd;
}
.desc{
    height: 50px;
    margin-bottom: 10px;
}
.breadcrumb{
    background: #00000000;
}
.breadcrumb-item a{
    color: #909090
}
.breadcrumb-item.active{
    color: #000;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '>';
    font-size: 18px;
    line-height: 21px;
}
.card:hover{
    box-shadow: 5px 5px 5px #ddd;
}
.news-title{
    font-size: 18px;
}
.w-22{
    width: 22%;
}
.w-78{
    width: 78%;
}
.news-desc{
    padding: 0.5rem 1rem !important;
}
@media (min-width: 1440px){
    .desc{
        margin-bottom: 15px;
    }
    .news-desc{
        padding: 1rem !important;
    }
}
