#custom-text-3 {
	padding: 50px 0;
	background-color:#f9f9f9;
	text-align:center;
}

#custom-text-3 h3 {
    color:#df1a52;
}

#custom-text-3 div.icon_container {
	padding:0 50px;
}

#custom-text-3 .icon_description {
	text-align:justify;
}

#custom-text-3 .more_icon {
	text-align:right;
	position:relative;
}

#custom-text-3 .more_icon a {
	font-weight:700;
	color:#df1a52;
}

#custom-text-3 .more_icon a:after {
	content:url("../../../../assets/img/picto-plus.png");
	height:18px;
	width:18px;
	margin-left:10px;
}

#custom-text-3 .more_icon a:hover {
	color:#000;
}

/*#custom-text-3 img {
    width: 100%;
	height:auto;
}*/

.col-lg-20, .col-lg-20  {
    float: left;
    width: 20%;
}

@media (max-width:992px) {
	.col-lg-20, .col-lg-20  {
		float: left;
		width: 33.33333%;
	}
}

@media (max-width:768px) {
	.col-lg-20, .col-lg-20  {
		float: left;
		width: 50%;
	}
}

@media (max-width:576px) {
	.col-lg-20, .col-lg-20  {
		float: left;
		width: 100%;
	}
}