﻿.news-carousel {
	position: relative;
    display: flex;
    overflow: visible !important;
    gap: 24px;
    flex-wrap: nowrap;
    padding-bottom: 2.5em;
}

.news-carousel-item {
    padding: 25px 20px;
    background-color: #fff;
	box-shadow: 0px 4px 14px 0px rgba(67, 89, 124, .2);
    -webkit-box-shadow: 0px 4px 14px 0px rgba(67, 89, 124, .2);
}

.news-carousel-item h4,
.news-carousel-item h6 {
    margin: 0 0 6px !important;
}
.news-carousel-item p {
    margin: 0 !important;
	line-height: 1.25em;
}

:root {
	--swiper-navigation-size: 34px;
}
.swiper-slide {
    transition: opacity 0.3s ease;
	height: auto;
}
.swiper-button-wrapper {
	position: absolute;
	display: flex;
	right: 0;
	bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
	position: static;
    color: #000;
	margin: 0 10px;	
}
