@media screen and (max-width: 575px) {
	#section-1 .images {
		height: 349px;
		width: 229px;
		margin: auto;
	}
	#section-2 .images {
		height: 200px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#section-3 .images {
		height: 250px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#section-4 .images {
		height: 250px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#section-4 img {
		margin-left: 36px;
	}
}
