.articles {
	margin-bottom: 80px;
	padding-bottom: 40px;
}
.articles .slick-slide {
	margin: 20px 15px;
	background-color: #F2F7FA;
	border-radius: 8px;
	box-shadow: 0 8px 16px 0 rgba(61, 107, 148, .16);
	padding: 30px;
}
.articles .slick-list {
	margin: 0 -15px;
}
.article__title {
	font-size: 20px;
	line-height: 24px;
	text-align: left;

	margin-top: 0;
	margin-bottom: 12px;
	color: #0CA4D4;
}
.articles .preview-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
}
.articles .mega-design {
	max-height: 104px;
	overflow: hidden;
	margin-bottom: 10px;
}
.article__text {
	text-align: left;
	margin: 0;
}
.article__img {
	margin-bottom: 30px;
	width: 100%;
	max-width: 100%;
}
.articles__link {
	display: block;
	margin-top: 80px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: var(--title-color);
	font-weight: 600;
	padding: 0 10px;
	text-decoration: underline;
}
.articles .slick-dots {
	margin-top: 12px;
}
.articles .slick-dots button {
	width: 16px;
	height: 16px;
}
.read_more {
	font-size: 20px;
	line-height: 27px;
	text-align: left;
	margin-top: auto;
	margin-bottom: 12px;
	color: #0CA4D4;
	font-weight: normal;
}
.articles .slick-track {
	display: flex !important;
}
.articles .slick-slide {
	height: inherit !important;
}
.article__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media screen and (max-width: 800px) {
	.articles {
		margin-bottom: 40px;
	}
	.articles .slick-slide {
		margin-right: 0;
	}
	.articles .container {
		padding-left: 0;
		padding-right: 0;
	}
	.article__content {
		padding-left: 10px;
		padding-right: 10px;
	}
}