.news-item {
    padding-bottom: 10px;
}

.news-title a {
color: #FFF8F5;
font-family: 'Tajawal', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
transition: all 0.3s ease-in-out;
}

.news-title a:hover {
    color: #4891EC; /* Bootstrap primary */
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.news-date {
    white-space: nowrap;
    color: #4891EC;
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
