﻿.home-news-container {
    padding-top: 10px;
    padding-bottom: 40px;
}

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


.home-news {
    background-image: url(../../../index.html);
    background-size: cover;
    position: relative;
}


.home-news-container .p-title {
    text-transform: capitalize;
    font-size: 32px;
    max-width: 563px;
    line-height: 138%;
    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: 1250px;
}

.home-news .swiper {
    margin-top: 52px;
}


/*RS*/


@media(max-width:1023px) {

    .home-news-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-news .swiper {
        margin-top: 35px;
    }
}

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

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

    .home-news .swiper {
        margin-top: 25px;
        padding-top: 0;
    }

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