.news-slider{
    margin: 20px 0;
}
.slider-news__slides{
    padding-bottom: 20px;
}
@media(max-width: 992px){
    .slider-news__slides{
        padding-bottom: 90px;
    }
}
.news-slider{
    position: relative;
}
.news__img{
    height: 350px;
}
.news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.news__anons {
    font-size: 16px;
    color: #414141;
    line-height: 2;
}
.slider-news__prev-arrow{
    bottom: 0;
    position: absolute;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F7FB;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1;
    right: 105px;
}
.slider-news__next-arrow{
    bottom: 0;
    right: 0;
    position: absolute;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F7FB;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1;
}

