﻿.home-news-container {
    padding: 60px 0;
    padding-top: 190px;
    padding-bottom: 13px;
}

.home-news .decor-1 {
    position: absolute;
    right: 0;
    top: 89px;
}

.home-news {
    background-image: url(../../../Design/img/bg-news.png);
    background-size: cover;
    position: relative;
}

.home-news-container .p-title {
    text-transform: capitalize;
    font-size: 35px;
    margin-top: 11px;
}

    .home-news-container .p-title:before {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 7px var(--default-color-3);
        left: 0;
        z-index: -1;
    }

.home-news .p-title-tops {
    /* color: #5B5B5B; */
}

.home-news-container .p-title:after {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 5px #fff;
    left: 0;
    z-index: -2;
}

.home-news .grid.wide {
    max-width: 1289px;
}

.home-news .swiper {
    padding: 0 20px;
    padding-top: 139px;
    padding-bottom: 20px;
}

/*RS*/

@media(max-width:1023px) {
    .home-news-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width: 739px) {
    .home-news-container {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .home-news .swiper {
        margin-top: 42px;
        padding-top: 0;
        padding: 0;
        padding-bottom: 20px;
    }

    .home-news .decor-1 {
        display: none;
    }
}