.about-banner {
    background-image: url(../img/about_banner.jpg);
}

.products-list{
	margin: -15px;
}

.product-item {
	width: 100%;
	max-width: 446px;
	border-radius: 20px;
	overflow: hidden;
	margin: 15px;
}

.product-item .product-img {
	width: 100%;
	/*height: 328px;*/
	overflow: hidden;
}

.product-img img {
    transition: all .5s;
}
.product-img:hover img {
    transform: scale(1.1);
}

.product-item .product-name {
	line-height: 65px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	background-color: #efefef;
	font-weight: bold;
}

.designer_show{
	justify-content:space-between;
	margin-bottom: 60px;
	background-color:#3c9aab;
	color: #fff;
}
.designer_show_img{
	max-width: 30%;
    padding: 15px;
}
.designer_show_img img{
	/*border:4px solid #ccc;*/
	height: auto;
}
.designer_show_desc{
	width: 65%;
	padding: 15px;
}
.designer_show_desc h5{
	font-size: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.designer_show_desc .content{
	line-height: 24px;
}
.designer_show_desc .content p{
	padding:0;
	margin:0;
}
@media screen and (max-width: 1400px) {
	.products-list{
		margin: -10px;
	}
	.product-item{
		max-width: calc(100% / 3 - 20px);
		margin: 10px;
	}
	.product-item .product-img{
		height: calc(100vw / 3 / 1.07 - 20px);
	}
}

@media screen and (max-width: 767px) {
	.products-list{
		margin: -5px;
	}
	.product-item{
		max-width: calc(100% / 2 - 10px);
		margin: 5px;
		
	}
	.product-item .product-img{
		height: calc(100vw / 2 / 1.07 - 10px);
	}
	.designer_show_img,.designer_show_desc{
		max-width: 100% !important;
	}
	.designer_show_desc h5{
		margin: 0 10px 0;
	}
}
