.news-text {
    text-overflow: ellipsis;
    overflow: hidden;
}


.news {
    margin-top: 40px;
}

.btn-t-white a{
    color: #fff;
}

@media (max-width: 1200px) {
    .news {
        margin-bottom: 30px;
    }
}