.featured-news-heading {
    background-color: #FFFFFF;
    padding: 13px 11px;
    border-bottom: 1px solid #F3F4F6;
}

.featured-news-heading-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featured-news-heading-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.featured-news-heading-title a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #8091CA;
}

.featured-news-heading-title a img {
    padding-left: 9px;
}

.featured-news-box {
    margin-top: 10px;
}

.featured-news-box .news-box {
    background-color: #FFFFFF;
}

.featured-news-box .news-box .image-box {
    height: 250px;
}

.featured-news-box .news-box .image-box img {
    padding: 10px;
    height: 100%;
    object-fit: cover;
}

.featured-news-box .news-box .lower-box {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-news-box .news-box .lower-box h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding: 16px 16px 0 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-news-box .news-box .lower-box h4 a {
    color: #000000;
}

.featured-news-box .news-box .lower-box .news-box-date {
    color: #6E7282;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    padding: 10px 16px;
}
