.sectionGalleryPart div div{
	height:15em;
	margin:1em 5% 1em 0;
}
.sectionGalleryPart div div:nth-child(3n+3){
	margin-right:0;
}
.sectionGalleryPart > svg{
	margin:1em 0;
}
.sectionGalleryPart div div{
	transform:translateX(5em);
	opacity:0;
	transition:all 1s ease;
}
.sectionGalleryPart div .appearAnim{
	transform:translateX(0);
	opacity:1;
}
@media screen and (max-width:1000px){
	.sectionGalleryPart div div, .sectionGalleryPart div div:nth-child(3n+3){
		width:45%;
		margin-right:10%;
	}
	.sectionGalleryPart > p{
		width:80%;
	}
	.sectionGalleryPart div div:nth-child(even){
		margin-right:0;
	}
}
@media screen and (max-width:750px){
	.sectionGalleryPart div div, .sectionGalleryPart div div:nth-child(3n+3){
		margin-right:0;
		width:100%;
		height:20em;
	}
}