.card.last {
	min-height: 430px;
}

@media only screen and (max-width: 1068px) {
	.card.last {
		min-height: 360px;
	}
}

@media only screen and (max-width: 735px) {
	.card.last {
		min-height: 100%;
	}
}

.row-hero {
	position: relative !important;
	z-index: 1;
}

.row-hero::before, .row-hero::after {
	content: " ";
	display: table !important;
}

.row-hero::after {
	clear: both;
}
