.home-news-carousel::before,
.home-news-carousel::after {
    content: "";
    position: absolute;
    width: 150px;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.home-news-carousel::before {
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.home-news-carousel::after {
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.home-new-car-image-back {
    padding-top: 75%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
#home-news-latest {
    margin-top: 5em;
    overflow: hidden;
    position: relative;
}
.home-articles {
    text-align: center;
    margin-bottom: 3em;
}
.home-articles .bold-line {
    margin: auto;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.home-articles p {
    max-width: 850px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 400;
    color: #4B5266;
}
.home-new-car-title {
    color: #25AFB4;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1em;
    height: 2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-new-car-desc {
    color: #2F3135;
    letter-spacing: 1px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.25em;
    height: 7.5em;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.show-all-articles a {
    font-size: 18px;
    border: 2px solid #4B5266;
    padding: 1em 11.5em;
    letter-spacing: 2px;
    color: #4B5266;
    font-weight: 400;
    display: inline-block;
}
.show-all-articles a:hover {
    background-color: #25AFB4;
    border: 2px solid #25AFB4;
    color: white;
}
.show-all-articles {
    float: right;
    margin-top: 5em;
    margin-bottom: 2em;
    padding-right: 50px;
}
.block.news-images-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(37,175,180,0.7);
    opacity: 0;
}
.home-new-car-item a:hover .news-images-over {
    opacity: 1;
}
@media only screen and (max-width: 1240px) {
    .home-news-carousel::before,
    .home-news-carousel::after {
        width: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .show-all-articles a {
        padding: 1em 5em;
    }
    .show-all-articles {
        margin-top: 2em;
        margin-bottom: 0em;
    }
}
@media only screen and (max-width: 768px) {
    .show-all-articles a {
        margin: auto;
        display: block;
        text-align: center;
        padding: 1em 0;
    }
    .show-all-articles {
        float: none;
    }
    .title {
        font-size: 24px;
    }
    .home-new-car-title {
        font-size: 16px;
        letter-spacing: 0;
    }
    .home-new-car-desc {
        font-size: 14px;
    }
    .show-all-articles a {
        font-size: 16px;
    }
    .home-news-carousel::before,
    .home-news-carousel::after {
        width: 0;
    }
}