.posts-carousel {
	padding: 90px 0 85px 0;
	background-color: #0A3E78;
}
.posts-carousel .posts-section--title {
	text-align: center;
	margin-bottom: 22px;
	color: #ffffff;
	font-family: "Merriweather";
	font-size: 40px;
}
.posts-carousel .posts-section--desc,
.posts-carousel .posts-section--desc p,
.posts-carousel .posts-section--desc li,
.posts-carousel .posts-section--desc a {
	font-weight: 400;
	text-align: center;
	margin-bottom: 56px;
	text-decoration: none;
	color: #ffffff;
	font-family: "Source Sans 3";
	font-size: 20px;
}
.the-posts-carousel .slick-slide > div {
	display: flex;
}
.the-posts-carousel .slick-slide .article-slide {
	position: relative;
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	min-height: 442px;
	border-radius: 12px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.the-posts-carousel .slick-slide .article-slide .inner-container {
	position: absolute;
	bottom: 50px;
	left: 10px;
	right: 10px; 
	padding: 15px;
	font-family: Arial;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	transition: all 1.5s;
	z-index: 5;
}
.the-posts-carousel .first .article-slide .inner-container {
	padding: 0 30px;
}
.the-posts-carousel h3 {
	display: -webkit-box;
	color: #ffffff;
	font-family: "Merriweather";
	font-weight: 400;
	font-size: 32px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.the-posts-carousel .slick-list {
	display: flex;
}
.the-posts-carousel .slick-track {
	display: flex;
}
.the-posts-carousel .slick-slide {
	margin: 0 12px;
}
.the-posts-carousel .slick-cloned {
	display: none;
}
.the-posts-carousel .slick-slide:not(.first) {
	position: relative;
	width: 330px;
	flex: 150px;
	overflow: hidden;
	transition: all 1.5s;
}
.the-posts-carousel .slick-slide:not(.first):hover {
	flex: 588px;
}
.the-posts-carousel .slick-slide h3 {
	font-size: 20px;
}
.the-posts-carousel .slick-slide.first {
	position: relative;
	width: 588px !important;
	flex: 150px;
	overflow: hidden;
	transition: all 1.5s;
}
.the-posts-carousel .slick-slide.first {
	flex: 588px;
}
.the-posts-carousel .slick-slide.first h3 {
	font-size: 32px;
}
.posts-carousel .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	opacity: 0.6;
	height: 100%;
	background: linear-gradient(to right, #000000, #000000);
	border-radius: 12px;
}
.posts-carousel .slick-dots {
	position: static;
	margin: 50px 0;
}
body .posts-carousel .slick-dots li.slick-active button:before,
body .posts-carousel .slick-dots li button:hover:before {
	color: #ffffff !important;
}
.posts-carousel .slick-dots li button {
	border: 1px solid #ffffff !important;
}
.posts-carousel .slick-dots li button:hover {
	background-color: #ffffff !important;
	border: 1px solid #ffffff !important;
}
.posts-carousel .btn-set .btn {
	color: #ffffff;
	border-color: #ffffff;
}
.posts-carousel .carousel-button a.btn:hover {
	background-color: #009EDC !important;
	border-color: #009EDC !important;
}
body .posts-carousel .slick-next,
body .posts-carousel .slick-prev {
	top: 43%;
}
body .posts-carousel .slick-next:before,
body .posts-carousel .slick-prev:before {
	filter: invert(1) sepia(1) saturate(0) hue-rotate(180deg) brightness(2);
	opacity: 1;
}
body .posts-carousel .slick-next {
	right: -37px;
}
@media (max-width: 1400px) {
	.the-posts-carousel .slick-slide {
		width: 324px !important;
	}
}
@media (max-width: 1366px) {
	.the-posts-carousel .slick-slide {
		width: 310px !important;
	}
}
@media (max-width: 1360px) {
	.the-posts-carousel .slick-slide {
		width: 304px !important;
	}
}
@media (max-width: 1280px) {
	.the-posts-carousel .slick-slide.first {
		width: 558px !important;
	}
	.the-posts-carousel .slick-slide {
		width: 291px !important;
		margin: 0 9px;
	}
}
@media (max-width: 1152px) {
	.the-posts-carousel .slick-slide.first {
		width: 500px !important;
	}
	.the-posts-carousel .slick-slide {
		width: 255px !important;
		margin: 0 9px;
	}
}