@media screen and (max-width: 575px) {
	#section-1 {
		margin-top: 20px;
	}
	#section-1 .images {
		height: 360px;
		display: flex;
		flex-wrap: center;
		justify-content: center;
	}
	#section-2 .images {
		height: 300px;
		margin-bottom: 40px;
	}
	#section-2 img {
		margin-left: 40px;
	}
}
