.img-banner{
	max-width: 115%!important;
    width: 113%;
    margin-top: -50px;
    margin-left: -30px;
}
.card-evolution{
	height: 515px;
	width: 100%;
	padding: 30px;
	background-image: url('../../assets/img/solutions/bg-evolution.jpg');
	background-size: cover;
}
.title-card-solution{
	color: #FFF;
	font-size: 46px;
	font-style: normal;
	line-height: normal;
	background: #EA5934;
	padding: 25px;
}
.hr-white{
	background-color: #fff!important;
	margin: 1rem auto;
}
.card-infos-header{
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
    left: 44%;
}
.card-infos-body{
	height: 125px;
	width: 100%;
	padding: 30px;
	background-color: #fff;
}
.bg-training{
	background-image: url('../../assets/img/solutions/bg-training.jpg');
	background-size: cover;
	margin-top: 70px;
}
.img-training {
    position: absolute;
    bottom: -50%;
}
.span-purple{
	font-weight: 900;
    color: #fff;
	font-size: 46px;
    padding: 10px;
    background-color: #5c4696;
}
.mb-negative-footer{
	margin-bottom: -5px!important;
}
@media screen and (max-width: 767px) {
	.img-banner {
		max-width: 115%!important;
		width: 65%;
		margin-top: -55px;
		margin-left: 16%;
		margin-bottom: 40px;
	}
	.span-title {
	    font-size: 35px!important;
	}
	.w-75{
		width: 100%!important
	}
	.title-card-solution {
		font-size: 25px;
	}
	.card-evolution {
    	height: 630px;
	}
	.mb-negative-footer{
		margin-bottom: -16px!important;
	}
	.img-training {
		position: absolute;
		bottom: -115px;
		width: 60%;
		left: 20%;
	}
	.text-training{
		margin-top: 150px;
	}
}

@media (max-width: 400px) {
	.span-title {
    font-size: 30px!important;
	}
	.img-banner {
		max-width: 115%!important;
		width: 50%!important;
		margin-top: -58px!important;
		margin-left: 25%!important;
		margin-bottom: 6px!important;
	}
	.title-card-solution {
    font-size: 22px!important;
	}
	.card-evolution {
    height: 640px!important;}
}