@media (min-width: 992px) and (max-width: 1199px) {
    .section2 .product-item-1 {
		margin: 90px 0 0 -55px;
	}
}

@media (max-width : 991px) {  
	.section1, .section-product {
		background-size: cover;
		height: auto;
	}
	.section-product {
		padding: 40px 0;
		text-align: center;
	}
	.section2 .product-item-1, .section2 .product-item-2, .section2 .product-item-3 {
		margin: 0;
	}
	.mi-logo {
		bottom: -25px;
		width: 50px;
		right: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-container {
		margin-top: 76px;
	}
	.section1 {
		padding: 80px 0;
	}
	h1 {
		font-size: 55px;
		padding-bottom: 40px;
	}
	.section2 .product-item img {
		max-width: 100%;
	}
	h2 {
		font-size: 40px;
	}
	h2 span {
		font-size: 45px;
	}
	.product-item-col:not(:last-child) .product-item {
		margin-bottom: 40px;
	}
	.section2 .product-item-1 img {
		width: 200px;
	}
	.section2 .product-item-2 img {
		width: 220px;
	} 
	.section2 .product-item-3 img, .section3 .product-item-1 img {
		width: 235px;
	}
	.section3 .product-item-2 img {
		width: 260px;
	}
	.section4 .product-item-1 img {
		width: 200px;
	}
	.section4 .product-item-2 img {
		width: 205px;
	}
	.section5 .product-item-1 img {
		width: 245px;
	}
	.section5 .product-item-2 img  {
		width: 295px;
	}
}


@media (max-width : 767px) {  
	.main-container {
		margin-top: 61px;
	}
	.section1 {
		background-position: 47% 11%;
	}
	h1 {
		font-size: 30px;
		padding-bottom: 20px;
	}
	h2 {
		font-size: 22px;
	}
	h2 span {
		font-size: 24px;
	}
	.product-item-col:not(:last-child) .product-item {
		margin-bottom: 20px;
	}
	.section1 {
		padding: 60px 0;
	}
	.section2 .product-item-1 img {
		width: 170px;
	}
	.section2 .product-item-2 img {
		width: 190px;
	} 
	.section2 .product-item-3 img, .section3 .product-item-1 img {
		width: 205px;
	}
	.section3 .product-item-2 img {
		width: 230px;
	}
	.section4 .product-item-1 img {
		width: 170px;
	}
	.section4 .product-item-2 img {
		width: 175px;
	}
	.section5 .product-item-1 img {
		width: 215px;
	}
	.section5 .product-item-2 img  {
		width: 265px;
	}
}