#news-section .heading-content h3 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #294B66;
}

#news-section .news-item-image {
    background-size: cover;
}

#news-section .new-info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    padding: 1rem;
}

#news-section .new-info .new-type {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #009E8C;
}

#news-section .new-info .new-date {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #819EB4;

    border-left-style: solid;
    border-left-color: #CFDEE8;
    border-width: 1px;
    padding-left: 15px;
}

#news-section .news-details h4 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    font-feature-settings: 'liga' off;
    color: #006090;
    padding: 1rem;
}

#news-section .news-details {
    padding-bottom: 3rem;
}

#news-section .news-footer {
    position: absolute;
    bottom: 15px;
    left: 19px;
}

#news-section .news-footer a i {
    font-size: 14px;
    /* color: #FFFFFF; */
    /* border-radius: 50%;
    background-color: #0072a2; */
    /* padding: 2px; */
}

#news-section .card-item {
    background: #FFFFFF;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
    margin-top:20px;
}