.news-img {
    width:100%;
    height:480px;
    background-size:cover !important;
    background-position: center !important;
}
.news-img {
    padding-right:0;
}
.arrow--orange img {
    width: 140px;
    margin-left: 60px;
    position: relative;
    -webkit-animation-name: arrow_bounce;
    animation-name: arrow_bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    left: initial;
    transform: initial;
    -o-transform: initial;
    -ms-transform: initial;
    -moz-transform: initial;
    -webkit-transform: initial;
}
@keyframes arrow_bounce {
    from {
        left: -.5rem
    }

    to {
        left: .5rem;
    }
}
.news-first {
    height:260px;
    background:url(../../images/lis.svg);
    width:100%;
    background-position: top center;
    background-size:cover;
}
.news {
    background-image:linear-gradient(#EDEDED 60%,#fff);
}
.news-first h4 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
    margin: 30px 0;
    line-height: 45px;
}
.news-first h6 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
    margin: 70px 0 30px 0;
    line-height: 40px;
}
.news-first-box {
    padding-right:60px;
    padding-left:60px;
}
.news-teaser {
    margin-bottom:60px;
}
.news-list {
    background:#EDEDED;
    padding:100px 0;
}
.news-smaller__img img{
    width:100%;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}
.news-smaller__text h6 {
    font-size:20px;
    font-weight: 700;
    padding-top: 5px;
}
.news-smaller {
    margin-bottom:50px;
}
.news-smaller__btn-orange {
    text-transform: uppercase;
    color:#FF3C1D;
    font-weight: bold;
    font-size:15px;
}
.limited-text p,.news-first-box h6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.limited-header{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-teaser p,.news-teaser {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.pagination {
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.page-item.active .page-link {
    background-color: #FF3C1D;
    border-color: #FF3C1D;
}
.page-link {
    color:#FF3C1D;
}
.page-link:hover {
    color:#FF3C1D;
    background-color: #ffd2cb;
    border-color: #ffd2cb;
}
.page-link:focus {
    box-shadow: 0 0 0 .2rem rgb(247, 101, 78);
}
.news__date {
    color:#aaa;
}
@media(max-width:1200px) {
    .news-first h6 {
        font-size:36px;
        line-height: 40px;
    }
}
@media(max-width:992px) {
    .news-first {
        padding-bottom:60px;
    }
    .news-first {
        height:initial;
        background:#fff;
    }
}
@media(max-width:768px) {
    .news-smaller__img {
        margin-bottom:20px;
    }
    .reverseColumn {     
        display: flex;     
        flex-direction: column-reverse; 
    }
    .news-img {
        height:380px;
    }
    .arrow--orange img {
        margin-left:0;
        margin-top:50px;
    }
    .news-first-box {
        padding-right: 15px;
        padding-left: 15px;
    }
    ul.news__btn-section li {
        display: block;
    }
}