.news-event-item {
    padding: 1.5rem;
}

.news-event-item .news-event-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.news-event-content {
    background-color: #e5e6e6;
    padding: 1.5rem;
}

.news-event-content .news-event-date {
    font-weight: 800;
}

.news-event-content h3 {
    color: #2f4f69;
    font-family: "Univers Next Pro", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

.news-event-content h3 a {
    color: #2f4f69;
    text-decoration: none;
    transition: all 0.125s ease-in-out;
}

.news-event-content h3 a:hover, .news-event-content h3 a:focus {
    text-decoration: underline;
}

.news-event-content .btn-news-event-tile {
    background-color: #5da4e5;
    color: #fff;
    font-weight: 600;
    font-family: "Univers Next Pro", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: none;
    padding: .5rem 1rem;
    transition: all 0.125s ease-in-out;
}

.news-event-content .btn-news-event-tile:hover, .news-event-content .btn-news-event-tile:focus {
    background-color: #2f4f69;
    color: #fff;
}