.main_boutique {
	margin-top: 50px;
	width: 100%;
	height: 500px;
	/*border: 4px solid blue;*/
	  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container {
	width: 100%;
	margin: 10px 0;
}

.image-container img {
	margin-top: 30px;
	height:180px;
	box-sizing: border-box;
	object-fit: cover;
}