.apec-cards {
	display: flex;
}

.apec-cards img {
	width: fit-content;
	max-height: 595px;
	object-fit: contain;
}

@media (max-width: 1040px) {
	.apec-cards img {
		max-height: 400px;
	}
}

@media (max-width: 767px) {
	.apec-cards {
		flex-direction: column-reverse;
	}

	.apec-cards img {
		max-height: 275px;
	}
}
