.divThreeArticle .elementArticle{
	width:33%;
	padding:0 1em;
}
.divThreeArticle .elementArticle:nth-child(2){
	border-left:1px solid rgba(0, 0, 0, 0.3);
	border-right:1px solid rgba(0, 0, 0, 0.3);
}
.divThreeArticle .elementArticle .divSvg{
	margin:0.5em 0;
	padding:0.5em;
	border-radius:50%;
}
.divThreeArticle .elementArticle:nth-child(1) .divSvg{
	background:rgba(144, 133, 211, 0.25);
}
.divThreeArticle .elementArticle:nth-child(1) .divSvg svg path{
	fill:#9085d3;
}
.divThreeArticle .elementArticle:nth-child(2) .divSvg{
	background:rgba(98, 175, 110, 0.25);
}
.divThreeArticle .elementArticle:nth-child(2) .divSvg svg path{
	fill:#62af6e;
}
.divThreeArticle .elementArticle:nth-child(3) .divSvg{
	background:rgba(190, 111, 104, 0.25);
}
.divThreeArticle .elementArticle:nth-child(3) .divSvg svg path{
	fill:#be6f68;
}
.divThreeArticle .elementArticle:last-child{
	margin-right:0;
}
@media screen and (max-width:800px){
	.divThreeArticle{
		text-align:center;
	}
	.divThreeArticle .elementArticle{
		width:90%;
		border:0 !important;
	}
}