@media screen and (max-width: 575px) {
	#section-1 .images {
		width: 1186px;
		height: 380px;
	}
	#section-1 {
		margin-top: 20px;
	}
	#section-2 .images {
		height: 150px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.actions .icon-products .img-icon > img {
		height: 73px;
	}
}
