.module-news {
	padding: 50px 10px;
	position: relative;
	z-index: 2;
	background: linear-gradient(180deg, var(--color-black) 0%, var(--color-light-blue) 100%);
}

.module-news h2 {
	margin-bottom: 30px;
	color: var(--color-white);
	text-align: center;
}

.module-news-single {
	padding: 15px;
	display: block;
	font-size: 26px;
	font-weight: 600;
	min-height: 250px;
	color: var(--color-white);
	background-color: var(--color-light-blue);
}

.module-news-single:focus,
.module-news-single:hover {
	color: var(--color-white);
	background-color: var(--color-blue);
}

.module-news-bottom {
	padding-top: 30px;
	text-align: center;
}

.module-news-bottom a {
	color: var(--color-white);
}

.module-news-bottom a:focus,
.module-news-bottom a:hover {
	text-decoration: underline;
}

.module-news .swiper-button-prev,
.module-news .swiper-button-next {
	color: var(--color-black);
	width: 20px;
	height: 30px;
	background-color: transparent;
}

.module-news .swiper-button-prev:after,
.module-news .swiper-button-next:after {
	color: var(--color-black);
}

.module-news {
}

@media screen and (min-width: 768px) {
	.module-news {

	}
}
