.product-list-wrap{max-width: 1000px;width: 90%;margin: 0 auto 120px;flex-wrap: wrap;align-items: flex-start;}
.product-list-wrap h3{font-size: 1.6rem;letter-spacing: 2.24px;font-weight: 300;margin: 45px auto 5px;padding: 0;display: block;text-align: center;}
.product-list-wrap h2{font-size: 3.2rem;font-weight: bold;margin: 0 auto 60px;padding: 0;display: block;text-align: center;}

.product-list-wrap .product-list{max-width: 1000px;flex-wrap: wrap;width: 95%;}
.product-list-wrap .product-card{max-width: 400px;width: 40%;margin: 0 5% 50px;}
.product-list-wrap .product-card>div{width: 50%;}
.product-list-wrap .product-card img{display: block;/*margin:0 auto;*/-o-object-fit: cover;object-fit: cover;width: 100%;}
.product-list-wrap .product-card .name{font-weight: 600;font-size: 2rem;line-height: 30px;letter-spacing: 3.52px;margin-top:8px;}
.product-list-wrap .product-card .position{font-size: 1.8rem; line-height: 30px; letter-spacing: 3.52px;}
.product-list-wrap .product-card .introduction{margin-top: 10px;font-size: 1.6rem;letter-spacing: .9px;line-height: 28px;}
.product-list-wrap .product-card .btn{margin-top:35px;}

/*-- Responsive Style ----*/
@media (max-width:1100px){
	.product-list-wrap .product-card{margin: 0 0 25px;width: 100%;}

}