.illus_container {
	max-width: 95%;
	margin-top: 0px;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
}

.illus_img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.illus_img img {
	width: 100%;
	height: 100%;
	padding-bottom: 70px;
	padding-right: 20px;
	padding-left: 20px;
}
