.image-cards__item {
	margin-bottom: 30px;
}

.image-cards__figure {
	padding-top: 60%;
	position: relative;
}

.image-cards__image {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	height: 100% !important;
	width: 100%;
}

.image-cards__content {
	border: 1px solid #eee;
	border-top: 0 none;
	padding: 30px;
	box-sizing: border-box;

	> *:last-child {
		margin-bottom: 0;
	}
}

.image-cards__title {
	margin: 0 0 15px;
}
