.features {
	width: 100%;
	padding: 60px 0;
}
.features_content{
	width:100%;
}
.features_content h4 {
	font-size: 50px;
	font-family: Ubuntu-Medium;
	color: goldenrod;
	z-index: 2;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
	margin-top: 0px;
}
.features_content h4:before {
	content: '';
	/*background: #efefef;*/
	width: 100px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -45%);
	z-index: -1;
}
.features_content p {
	font-size: 18px;
	text-align: justify;
	font-family: century gothic;
	line-height: 30px;
    color: white;
}
.features-to-thumb {
	position: relative;
	width: 100%;
	/* height: 100%; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	margin-top: 20%;
}
.features-to-thumb:before {
	background-color: #1b1a1a;
	opacity: 0.4;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.features-to-thumb img {
	width: 150px;
	border-radius: 10px;
	transition: all 0.2s ease-out;
	float: right;
	margin-top: 58%;
}