.news-link {
    color: #000;
    padding: 80px !important;
    height: 360px;
}

.news-title {

    transition: color 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    font-size: calc(0.61788vw + 19.0817px);
    line-height: calc(0vw + 1.4em);
}

.news-text {
    color: #454849;
    line-height: calc(-0.07143vw + 2.05714em);
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-link span {
    color: #DB8925;
    font-size: 18px;
}

.news-link:hover .news-title {
    color: #F16F1B;
}