.home-description-wrapper {
	position: relative;
	margin-bottom: 0!important;
}

.home-description-wrapper .home-description {
	max-width: 1100px;
	width: 90%;
	margin: auto;
}

.home-description-wrapper .title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #292763;
	margin-bottom: 52px;
}

.home-description-wrapper .title strong {
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
}

.home-description-wrapper .title span {
	font-size: 36px;
	line-height: 44px;
}

.home-description-wrapper .description {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #292763;
	width: 60%;
}

.home-description-wrapper .decoration .first {
	height: 10px;
	width: 39%;
	background: #522A73;
	position: absolute;
	top: 5px;
	right: 12%;
}

.home-description-wrapper .decoration .second {
	height: 10px;
	width: 42%;
	background: #05BBB7;
	position: absolute;
	top: 15px;
	right: 0;
}

@media only screen and (max-width: 1160px) {
	.home-description-wrapper .decoration .first:lang(fr-FR) {
		width: 40%;
		position: absolute;
		top: 0;
		right: 0;
	}

	.home-description-wrapper .decoration .second:lang(fr-FR) {
		width: 20%;
		top: 10px;
	}
}

@media only screen and (max-width: 930px) {
	.home-description-wrapper .decoration .first:lang(fr-FR) {
		width: 28%;
	}

	.home-description-wrapper .decoration .second:lang(fr-FR) {
		width: 15%;
	}
}

@media only screen and (max-width: 900px) {
	.home-description-wrapper .decoration .first {
		width: 40%;
		position: absolute;
		top: 0;
		right: 0;
	}

	.home-description-wrapper .decoration .second {
		width: 20%;
		top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.home-description-wrapper .title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 30px;
		text-align: center;
		padding-top: 70px;
	}

	.home-description-wrapper .title strong {
		font-size: 18px;
		line-height: 22px;
	}

	.home-description-wrapper .title span {
		font-size: 18px;
		line-height: 22px;
	}

	.home-description-wrapper .description {
		font-size: 16px;
		line-height: 18px;
		width: 80%;
		text-align: center;
		margin: auto;
	}

	.home-description-wrapper .decoration .first {
		width: 50%!important;
	}

	.home-description-wrapper .decoration .second {
		width: 23%!important;
	}
}






