.news-title {
    font-size: 24px;
    font-weight: 500;
}

.news-date {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.news-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 30px;
}

.news-from {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.news-links {
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
}

.news-image {
    width: 80%;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .news-title {
        font-size: 20px;
    }
    
    .news-date {
        font-size: 13px;
        margin-top: 10px;
    }
    
    .news-text {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.75;
        margin-top: 30px;
    }
    
    .news-from {
        font-size: 14px;
        margin-top: 20px;
    }
    
    .news-links {
        font-size: 14px;
        margin-top: 60px;
    }
    
    .news-image {
        width: 100%;
        margin-top: 40px;
    }
}