﻿.news-carousel {
	display: grid;
}
.news-carousel__links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-carousel__carousel-container {
	padding: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.news-carousel__all-link {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.news-carousel-carousel .flickity-page-dots {
	bottom: 0;
}

.news-carousel-carousel__slide {
	width: 100%;
}

.news-carousel__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	padding-bottom: 48px;
}

.news-carousel__content .btn {
	margin-top: 15px;
}

.news-carousel__pre-heading {
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 20px;
}
.news-carousel__heading {
	font-size: 30px !important;
}

@media screen and (min-width: 580px) {
}

@media screen and (min-width: 800px) {
	.news-carousel__carousel-container {
		padding: 30px;
	}
	.news-carousel__heading {
		font-size: 40px !important;
	}
	.news-carousel__all-link {
		bottom: 29px;
		right: 40px;
	}
}

@media screen and (min-width: 1000px) {
	.news-carousel-carousel {
		height: 100%;
	}
	.news-carousel__carousel-container {
		padding: 40px 60px;
	}
	.news-carousel {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.news-carousel__heading {
		font-size: 60px !important;
	}
	.news-carousel__all-link {
		bottom: 43px;
	}
	.news-carousel__img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

}