﻿.home-news-container {
    padding-bottom: 88px;
    padding-top: 65px;
}


.home-news-container .p-title {
}

.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-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: 1151px;
}

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


/*RS*/


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

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

@media(max-width: 739px) {
    .home-news-container {
        /* padding-top: 0; */
    }
}
