.wrap-news-feed{
    margin-top: 50px;
    margin-bottom: 50px;
    background:
            linear-gradient(to bottom, rgba(29,29,27,1), rgba(29,29,27,0)) top / 100% 250px no-repeat,
            linear-gradient(to top, rgba(29,29,27,1), rgba(29,29,27,0)) bottom / 100% 250px no-repeat,
            url("../images/news-feed-bg.png") center / cover no-repeat,
            #1d1d1b;
}
.news-feed{
    display: none;
    margin-top: 50px;
}

.news-feed h2{
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Circe ExtraBold', sans-serif;
    font-weight: 800;
    font-size: 59px;
    color: #fff;
    text-align: center;
}

.news-feed .news-wrap{

}

.news-feed .news-wrap .news-item{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
}

.news-feed .news-wrap .news-item img{
    border-radius: 5px;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.news-feed .news-wrap .news-item h3{
    font-family: 'Circe ExtraBold', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #1D1D1B;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-feed .news-wrap .news-item p{
    font-family: 'Circe Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1D1D1B;
}
body .swiper-horizontal .swiper-button-next,
body .swiper-horizontal .swiper-button-prev{
    color: rgba(255, 255, 255, 0);
    height: 100%;
    width: 90px;
    top: 22px;
    user-select: none;
}

body .swiper-horizontal .swiper-button-prev{
    left: -10px;
    background: linear-gradient(270deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 1) 100%);
}

body .swiper-horizontal .swiper-button-next{
    background: linear-gradient(90deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 1) 100%);
    right: -10px;
}

.swiper-button-prev svg, .swiper-button-next svg{
    height: 36px;
    width: 18px;
    position: absolute;
}

.event-photos{
    /*margin-top: 30px;*/
    /*padding-top: 30px;*/
}

.event-photos h2{
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Circe ExtraBold', sans-serif;
    font-weight: 800;
    font-size: 59px;
    color: #fff;
    text-align: center;
}

.event-photos .event-wrap {
    margin-bottom: 30px;
    height: 420px;
}
.event-photos .event-wrap .event-item{
    width: 40vw;
}
.event-photos .event-wrap img{
    width: 100%;
    border-radius: 15px;
}


.event-photos a{
    font-family: 'Circe ExtraBold', sans-serif;
    font-weight: 800;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;

    padding: 20px 9.5vw;
    background-color: #E30613;
    border-radius: 15px;
    margin: 0 auto;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}




/**/
/*body .event-photos .swiper-horizontal .swiper-button-prev{
    left: -10px;
    background: linear-gradient(270deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, .8) 100%);
}

body .event-photos .swiper-horizontal .swiper-button-next{
    background: linear-gradient(90deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, .8) 100%);
    right: -10px;
}*/

body .event-photos .swiper-horizontal .swiper-button-prev{
    left: 0;
}

body .event-photos .swiper-horizontal .swiper-button-next{
    right: 0;
}

body .event-photos .swiper-horizontal .swiper-button-next,
body .event-photos .swiper-horizontal .swiper-button-prev{
    /*width: 500px;*/
    width: 39%;
    height: 86%;
}

body .event-photos .swiper-button-prev svg{
    right: 150px;
}

body .event-photos .swiper-button-next svg{
    left: 150px;
}

@media screen and (max-width: 1024px) {
    body .event-photos .swiper-horizontal .swiper-button-next,
    body .event-photos .swiper-horizontal .swiper-button-prev{
        height: 60%;
    }
}
@media screen and (max-width: 767px) {
    .news-feed h2{
        font-size: 45px;
    }

    .event-photos h2{
        font-size: 45px;
    }

    body .event-photos .swiper-horizontal .swiper-button-next,
    body .event-photos .swiper-horizontal .swiper-button-prev{
        height: 50%;
    }
}
@media screen and (max-width: 480px) {

    body .event-photos .swiper-horizontal .swiper-button-next,
    body .event-photos .swiper-horizontal .swiper-button-prev{
        height: 50%;
        width: 50%;
    }
}