.news-item {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-item h2 {
    margin-top: 0;
}

.news-item img {
    max-width: 50%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.news-item p {
    font-size: 16px;
    line-height: 1.5;
}

.news-item a {
    display: inline-block;
    margin-top: 10px;
    color: #C99B67;
    text-decoration: none;
    font-weight: bold;
}

.news-item a:hover {
    text-decoration: underline;
}

.news-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.news-item .news-date {
    display: block;
    margin-top: 5px;
    font-size: 0.875em;
    color: #999;
}

.news-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.news-thumbnail {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.read-more {
    color: #007bff;
    text-decoration: none;
}
