.custom #my-feature-box {
	margin: 3px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	width: 100%;
	height: 150px;
}
.custom #my-feature-box1 {
	float: left;
	width: 31.5%;
	margin-right: 8px;
	background-color: #a7a7a7;
	height: 140px;
	overflow: hidden;
	color: #262626;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.custom #my-feature-box h2 {
	font-size: 2em;
	margin: 0 0 15px 0;
	color: #444;
}
.custom #my-feature-box h2 a {
	color: #000;
	text-decoration: none;
}
.custom #my-feature-box a {
	color: #000;
	text-decoration: none;
}
.custom #my-feature-box h2 a:hover {
	color: #0e39ff;
	text-decoration: underline;
}
.custom #my-feature-box p {
	color: #262626;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
}
