/* .news-preview-block {
    margin: 2rem 0;
} */

.news-text {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.news-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.news-image img {
    width: 350px;
    height: auto;
    border-radius: 6px;
}

.a-page{
    color: #008bd2;
    text-decoration: none;
}

.text-decoration {
    text-decoration: none;
}