
.last-news-list {
    padding: 15px;
}

.last-news-items .header {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    white-space: normal;
    color: #3a3a3a;
    border-bottom: 1px solid white;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    min-height: 42px;
    width: 300px;
}

.last-news-items img {
    width: 200px;
    height: 200px;
    transition: 500ms;
}

.last-news-items {
    transition: 500ms;
    color: #3a3a3a;
}

.last-news-items div.row{
    text-decoration: none;
    box-shadow: 0px 4px 4px 6px #0000000D;
    padding: 20px;
}

.last-news-items .body {
    margin-left: 15px;
}

.last-news-title p {
    text-align: center;
    text-transform: uppercase;
}

.last-news-items:hover{
    transform: scale(1.01);
}

.our-pluses-icons img {
    margin-top: 10px;
    width: 70px;
    height: 70px;

}

.block {
    width: 25%;
    text-align: center;
}

.block > * {
    width: 80%;
    margin: auto;
}

.our-pluses-description .image {
    width: 100%;
    border-left: 1px solid white;
    background-color: #303030;
}

.our-pluses-description .header {
    text-transform: uppercase;
    height: 60px;
    margin-top: 10px;
}

.our-pluses-description .text {
    text-align: justify;
    height: 150px;
}

.our-pluses-description img {
    width: 50px;
    margin: 7px 0px;
    height: 50px;
    filter: invert(95%) sepia(0%) saturate(7500%) hue-rotate(119deg) brightness(108%) contrast(102%);
}

.description {
    margin: 0;
    width: 300px;
    color: #3a3a3a;
    font-size: 14px;
    min-height: 60px;
    font-weight: normal;
}


.link a {
    float: right;
    padding: 10px 15px;
    background-color: #969696;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    transition: .5s;
    margin-top: 20px;
}


@media (max-width: 1200px) {
    .last-news#width, .our-pluses-description > #width {
        width: auto;
    }
}

@media (max-width: 1150px) {
    .last-news-items img {
        width: 150px;
        height: 150px;
    }

    .link a {
        margin-top: 5px;
    }
    .last-news-items img {
        align-self: center;
    }

    .last-news-items .header, .description {
        width: 250px;
    }
}

@media (max-width: 1000px) {
    .our-pluses-description > .row {
        flex-wrap: wrap;
    }
    .block {
        width: 46%;
        margin: auto;
    }

    .row.last-news-list {
        flex-wrap: wrap;
    }
    .last-news-items {
        width: 65%;
        text-align: start;
        margin: 25px auto;
    }
    .last-news-items img {
        width: 200px;
        height: auto;
    }
    .block {
        width: 90%;
    }

    .link a {
        float: left;
    }
    .last-news-items div.row {
        padding: 20px 45px;
    }
}

@media (max-width: 800px) {
    .last-news-items img {
        width: 150px;
        height: 150px;
    }
    .last-news-items {
        width: 90%;
    }
    .last-news-items .header, .description {
        width: 300px;
    }

}


@media (max-width: 600px) {
    .our-pluses-description .text {
        height: max-content;
        margin-bottom: 30px;
    }
    .block {
        width: 90%;
        margin: auto;
    }
    .last-news-items .header, .description {
        width: auto;
    }
}

@media (max-width: 500px) {
    .last-news-items img {
        width: 100px;
        height: 100px;
    }
    .last-news-items div.row {
        padding: 20px
    }
}

@media (max-width: 450px) {
    .description {
        display: none;
    }
    .last-news-items img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 400px) {
    .description {
        display: none;
    }
    .last-news-items img {
        width: 100px;
        height: 100px;
    }
}

