﻿.home-news-container {
    padding-top: 35px;
    padding-bottom: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-news {
    background: #F2FBFF;
}

.new-cate-top-home {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

a.link-new-item-hh {
    color: var(--default-color-3);
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    font-style: normal;
    padding: 8px 22px 7px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    border-radius: 34px;
    transition: all .3s;
    border: 1px solid var(--default-color-3);
}

    a.link-new-item-hh:hover {
        color: var(--swiper-theme-color);
        background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
        box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
    }

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

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

.home-news-container span.p-title-tops {
    color: #071E8A;
    text-align: center;
    font-family: 'WixMadeforDisplay-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
}

.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;
    padding-top: 35px;
    padding-bottom: 0;
}

/*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;
        padding-top: 0;
    }

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

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