.exampleItem{
	border:1px solid #eee;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 40px;
	transition: all .3s;
	position: relative;
	background: #fff;
}
.exampleItem:hover{
	border-color: #ddd;
	box-shadow: 0 15px 30px rgba(0,0,0,.05);
}
.exampleItem .pic{
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 62%;
}
.exampleItem h5{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: #333;
	font-weight: normal;
	font-size: 18px;
	transition: all .3s;
}
.exampleItem:hover h5{
	color: var(--primary);
}
/*.exampleList .col-3{
	max-width: 20%;
	padding: 5px;
}
.exampleList{
	margin-left: -5px;
	margin-right: -5px;
}*/