.grid-news{
    padding-left: 2em;
    padding-right: 2em;
    max-width: 100%; margin: 0 !important;
}

/* Стили для компьютеров */
@media (min-width: 785px) {
    .grid-news {
        padding-left: 5em;
        padding-right: 5em;
    }
}

.image-news-front{
    max-width: 100%;
    min-width: 100%; 
    min-height: 15em;
    max-height: 15em;
    border-radius: 0 0 4% 4%;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.5);
}
.image-news-light{
    position: absolute;
    top: 0; left: 0; 
    max-width: 100%; min-width: 100%; 
    min-height: 15em; max-height: 15em;
    border-radius: 0 0 4% 4%; 
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}
.image-news{
    max-width: 100%;
    min-width: 100%;
    min-height: 15em; 
    max-height: 15em;
    border-radius: 0 0 4% 4%;
    box-shadow: 0px 8px 14px 2px rgba(0, 0, 0, 0.46);
    object-position: top center ;
}
.text-news{
    font-weight:bolder;
    overflow: hidden; text-overflow: ellipsis;
    display:-webkit-box;-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}