﻿.article .slideShowTrack {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.article .projectSlide {
	width: 31.5%;
	margin: 0;
	text-decoration: none;
}
.article .projectSlide img {
	height: 60%;
}
.article .projectSlide {
	width: 31.5%;
	margin: 0;
	text-decoration: none;
	box-shadow: 10px 10px 20px #ddd;
	border: 1px solid #eceaea;
}
.article .slicker {
	overflow: visible;
}
.article .projectSlide .meta {
	text-shadow: none;
	color: #171b60;
	position: relative;
	bottom: unset;
	left: 10px;
	font-family: recoletablack;
	width: calc(100% - 20px);
	padding: 10px 0;
	line-height: 120%;
}
.metaDesc {
	width: 100%;
	padding: 0 10px;
	color: #333;
	font-family: poppinsregular;
	font-size: 14px;
	line-height: 130%;
}
@media (max-width: 768px) {
.article .projectSlide {
	width: 100%;
	margin-bottom: 40px;
}
}