div.pagename.product-title {
	background-color: #1e2a36;
}

.pagename {
	margin-top: 82px;
	color: #fff;
}

.pagename h3 {
	margin: 70px auto 0 140px;
	letter-spacing: 1.1rem;
	font-size: 35px;
}

div.pagename.product-title i {
	display: block;
	margin: 23px auto 87px 140px;
	width: 11%;
	height: 4px;
	background: #f49714;
}

div.col-md-3 img {
	margin-top: 40px;
}

h2.all-product.text-center {
	margin: 50px;
	font-size: 30px;
}

div.product-list {
	margin-bottom: 40px;
	width: 350px;
	height: 400px;
	text-align: center;
}

@media (max-width:768px) {
	div.product-list {
		float: left;
		margin: 0;
		width: 50%;
		height: 243px;
		text-align: center;
	}

	div.product-list h2 {
		font-weight: 400;
		font-size: 24px;
	}

	h2.all-product.text-center {
		margin: 20px;
	}

	div.product-img {
		height: 140px;
	}
}

div.product-introduction a {
	display: block;
	padding: 0 5%;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

div.product-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
