
@media screen and (max-width: 768px) {
	

	.textTitle{
		position: relative;
		left:1.5em;
	}
	.product-content .product-items .product-item .info-item{
		/* padding-left: 112px;*/
		position: relative;
		/*margin-bottom: 54px;*/
	}
	.product-content .product-items .product-item .product-img .advantages-img{
		/*width: 600px;*/
		/*height: 600px;*/
		width: 100%;
		position: relative;
		
	}
	.product-content .product-items .product-item .info-item .icon-img{
		position: absolute;
		top: 0;
		left: 0;
		width: 70px;
		height: 70px;
	}
	.product-content .product-items .product-item .subtitle{
		color: #333;
		font-size: 18px;
		line-height: 30px; 
		margin: 20px 0px 0px 0px;
	}
	.product-content .product-items .product-item .desc{
		font-size: 16px;
		line-height: 30px;
		color: #333;
	}
	.product-content .product-items{
		padding-top: 10px;
	}
	.product-items .title{
		text-align: center;
		font-size: 1.2em;
		padding: 1em;
	}
	.product-img{
		text-align: center;
	}
	.advantages-img{
		width: 80%;
	}
	.product-info{
		padding: 1em;
	}
	.carousel-control-next,
	.carousel-control-prev{
		background: #0000004a;
		height: 4rem;
		width: 4rem;
		border-radius: 50%;
		position: absolute;
		top: 40%;
		bottom: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #fff;
		text-align: center;
		opacity: .5
	}
	.centeralign{
		text-align: center;
	}
}