.industry_construction_content_banner_container {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
	padding:0 30px;
	margin-top:40px;
}
.industry_solutions-award_container {
	margin-top:60px;
}
.industry_solutions-award_container img {	
	opacity:0;
	transform:translateY(40px);	
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}	
.industry_solutions-container .infographic--mobile .infographic {
	opacity:0;
	transform:translateY(40px);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;	
}	
.industry_solutions-award_container img.animated,
.industry_solutions-container .infographic--mobile .infographic.animated {
	opacity:1;
	transform:translateY(0px);
}