/* Antares Vision Group */

.body .multi-columns .mc-item.image {
	flex: 0 0 400px;
	aspect-ratio: 2 / 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 220px;
	border-radius: 5px;
}

.body .multi-columns .mc-item.copies {
	flex: 1 1 auto;
}

@media screen and (max-width: 859px) {
	.body .multi-columns .mc-item.image {
		width: 100%;
		max-width: 100%;
		max-height: none;
		flex: 0 0 100%;
	}
}

.body .antares-industries {
	margin-top: 10px;
}

.body .antares-industries-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 10px 0 0 0;
}

.body .antares-industries-item {
	display: grid;
	align-items: start;
	justify-items: center;
	text-align: center;
	margin: 0;
}

.body .antares-industries-icon {
	display: block;
	width: 100%;
	height: 80px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.body .antares-industries-item figcaption {
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 400;
	padding: 4px 0 0 0;
	text-wrap: balance;
}

@media screen and (min-width: 860px) {
	.body .antares-industries-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media screen and (max-width: 520px) {
	.body .antares-industries-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 859px) {
	.body .antares-industries {
		margin: 20px auto;
		width: calc(100% - 40px);
		max-width: 520px;
	}

	.body .antares-industries-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin: 10px auto 0 auto;
		width: 60%;
	}

	.body .antares-industries-item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
		gap: 12px;
		width: 100%;
	}

	.body .antares-industries-icon {
		width: 80px;
		height: 80px;
		flex: 0 0 80px;
	}

	.body .antares-industries-item figcaption {
		padding: 0;
		text-align: left;
		font-size: 1.75rem;
	}
}
