.image-info-box-wrapper {
	margin-bottom: 0!important;
}

.image-info-box-wrapper .info-container {
	position: relative;
}

.image-info-box-wrapper .info-content {
	max-width: 1280px;
	width: 90%;
	margin: auto;
	z-index: 1;
	position: relative;
}

.image-info-box-wrapper .background-image {
	position: absolute;
	top: 0;
	opacity: 0.1;
	height: 100%;
	z-index: 0;
}

.image-info-box-wrapper .background-image img {
	height: 100%!important;
	object-fit: cover;
}

.image-info-box-wrapper .title {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-size: 90px;
	line-height: 120px;
	color: #292763;
	display: flex;
	justify-content: center;
}

.image-info-box-wrapper .description {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #171717;
	max-width: 1100px;
	margin: auto;
}

.image-info-box-wrapper .description:lang(fr-FR) {
	max-width: 1150px;
}

.image-info-box-wrapper .details {
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
	margin-bottom: 50px;
}

.image-info-box-wrapper .info-block {
	width: 30%;
	text-align: center;
}

.image-info-box-wrapper .info-block img {
	width: 100px;
	height: 100px!important;
	object-fit: cover;
	margin-bottom: 29px;
}

.image-info-box-wrapper .info-block .excerpt {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #292763;
}

.image-info-box-wrapper .cmec-button-wrapper {
	margin: auto;
	width: fit-content;
}

.image-info-box-wrapper .info-separator {
	height: 1px;
	background: #05BBB7;
	max-width: 88%;
	margin: 90px auto 70px;
}

.image-info-box-wrapper .info-separator:last-child {
	display: none;
}

@media only screen and (max-width: 767px) {
	.image-info-box-wrapper .background-image {
		display: none;
	}

	.image-info-box-wrapper .title {
		font-weight: bold;
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 14px;
	}

	.image-info-box-wrapper .description {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		width: 90%;
		letter-spacing: -0.3px;
	}

	.image-info-box-wrapper .details {
		margin-top: 40px;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 50px;
	}

	.image-info-box-wrapper .info-block {
		width: 85%;
		text-align: center;
	}

	.image-info-box-wrapper .info-block img {
		width: 55px;
		height: 55px!important;
		margin-bottom: 14px;
	}

	.image-info-box-wrapper .info-block .excerpt {
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 0.28px;
	}

	.image-info-box-wrapper .cmec-button-wrapper {
		margin: initial;
		width: 100%;
	}

	.image-info-box-wrapper .info-separator {
		max-width: 90%;
		margin: 77px auto 70px;
	}
}





