.latest-news-swiper {
    overflow: hidden;
    width: 400px;
    max-width: 100%;
}

.news-card {
    display: block;
    padding: 20px;
    border-radius: 24px;
    background: #fff;
    text-decoration: none;
}

.news-card:hover {
    text-decoration: none !important;
}

.news-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 16px;
}

.news-card__date {
    margin-bottom: 8px;
    font-size: 14px;
    color: #6f78a3;
}

.news-card__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #288244;
    font-family: 'Montserrat', sans-serif;
}
