.maindesign .insert-container {
	margin: 50px 0;
}
.maindesign .img-container {
	width: 100%;
}
.maindesign .img-container img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
	
}