﻿.home-news-container {
    padding: 38px 0;
}

.home-news .grid.wide {
}

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

.home-news {
    background: url(/Design/img/bg-news_02-min.png) no-repeat;
    background-size: 100% 100%;
}

@media(max-width:1023px) {
    .home-news-container .p-descript-tops {
        width: 100%;
    }
}

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

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

    .home-news {
        background-size: contain;
    }

        .home-news .p-title-tops {
            font-size: 38px;
        }

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