.col-news_carousel { padding:100px 0; }
.col-news_carousel h2 { text-align:center; }
.col-news_carousel .news-carousel-ingress { text-align:center; }

.col-news_carousel .owl-carousel-item { padding:0 13px; position:relative; }
.col-news_carousel .owl-carousel-item .news-carousel-image { width:100%; height:0; padding-bottom:100%; background-position:center center; background-size:cover; background-repeat: no-repeat; }
.col-news_carousel .news-carousel-title { margin-top:25px; text-align:center; }

.col-news_carousel > .owl-carousel-arrow { position:absolute; top:50%; transform:translateY(-50px); cursor:pointer; z-index:2000; opacity:1; color:#fff; font-size:35px; text-align:center; }
.col-news_carousel > .owl-carousel-arrow-left { left:-40px; }
.col-news_carousel > .owl-carousel-arrow-left > .fa::after { content: "\f104"; }
.col-news_carousel > .owl-carousel-arrow-right { right:-40px; }
.col-news_carousel > .owl-carousel-arrow-right > .fa::after { content:"\f105"; }