.news-date-time { background: #E7402C; font-size: 17px; line-height: 21px; text-transform: uppercase; color: #FFFFFF; padding: 5px 22px; width: max-content; margin-top: -20px; margin-bottom: 10px; }

.carousel-item__title a,
.carousel-item__title a:hover { text-decoration: none; color: #2D2D40; }
.owl-carousel.owl-theme.header-carousel .owl-dots { display: none; }
.owl-carousel.owl-theme.header-carousel .carousel-item__text { margin: 0; }
.owl-carousel.owl-theme.header-carousel .owl-nav { text-align: right; padding-bottom:10px; }
.owl-carousel.owl-theme.header-carousel .owl-nav [class*=owl-] { margin: 0 10px 0 0; }

@media (min-width: 992px) {
    .owl-carousel .carousel-item__photo {margin-right: 40%;}
    .owl-carousel .carousel-item__text {width: 45%;}
}
@media (min-width: 1200px) {
    .owl-carousel .carousel-item__photo {margin-right: 50%;}
    .owl-carousel .carousel-item__text {width: 50%; padding: 20px;}
}
@media (min-width: 1400px) {
    .owl-carousel .carousel-item__photo {margin-right: 50%;}
    .owl-carousel .carousel-item__text {width: 50%; padding: 40px;}
}