.features-boxed {
	color: #313437;
	background-color: #fff;
	margin-top: 25px;
}

.features-boxed h2 {
	font-weight: 700;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
	font-size: 1.5em;
}

@media (max-width:767px) {
	.features-boxed h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px
	}
}

.features-boxed .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto
}

.features-boxed .features {
	
}

.features-boxed .item {
	text-align: center
}

.features-boxed .item .box {
	text-align: center;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border: 1px solid #b3b3b3;
	border-radius: 15px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .14)
}

.features-boxed .product .box {
	text-align: center;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border: 1px solid #b3b3b3;
	border-radius: 15px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .14)
}

.features-boxed .item .icon {
	font-size: 1rem;
	color: #26272c;
}

.features-boxed .item .name {
	font-weight: 600;
	font-size: 1em;
	margin: auto;
	color: #000;
}

.features-boxed .item .description {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 20px
}

.box img {
	width: 150px;
	height: 150px;
	margin-bottom: 10px
}

.shop_now_area {
	padding-top: 7%
}





@media (min-width:768px) {
.features-boxed .product .box {
	text-align: center;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border: 1px solid #b3b3b3;
	border-radius: 15px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .14);
	height: 585px;
}


@media (min-width:992px) {
.features-boxed .product .box {
	text-align: center;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border: 1px solid #b3b3b3;
	border-radius: 15px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .14);
	height: 530px;
}