#custom-text-1 {
	padding: 100px 0 50px 0;
	background-image: url("../../../../assets/img/bg-texte-accueil-page-cms.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

#custom-text-1 img {
    width: 100%;
	height:auto;
}

#custom-text-1 h3 {
    color:#df1a52;
	font-weight:600;
}

#custom-text-1 p {
	line-height: 24px;
	text-align:justify;
}

#custom-text-1 .tvcms-main-title {
	text-align:center;
	margin-bottom:50px;
}

@media (max-width: 767px){
	#custom-text-1 {
		padding: 50px 0 25px 0;
	}
}