.news {
    margin-top: 30px;
}
.news a {
    text-decoration: none;
    cursor: pointer;
}
.news-img {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 200px;
    border-radius: 15px;
}
.news-date {
    color: rgba(120, 129, 144, 0.69);
    font-size: 14px;
}
.news-desc {
    font-size: 14px;
    color: #788190;
}
.news-title {
    color: #1C1B29;
    font-size: 18px;
    font-weight: 600;
}
.news-desc:hover, .news-title:hover {
    text-decoration: underline;
}
.mb15 {margin-bottom: 15px}