.news-section {
    margin-top: 20px;
}
.news-item img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}
.events-item {
    margin-top: 10px;
}
.event-date {
    font-weight: bold;
    font-size: 1.2rem;
    background-color: #004085;
    color: white;
}
.event-title {
    font-weight: 700;
    margin-top: 5px;
}
