.heading{
    text-align: center;
}
.heading img {
	width: 100%;
}
.heading-text h2{
        text-transform: uppercase;
    font-weight: 900;
    font-size: 65px;
    margin-top: 50px;
}
.heading-text h3 {
	font-size: 20px;
	margin-bottom: 60px;
	margin-top: 30px;
}
.heading h1 {
	margin-bottom: 50px;
}
.heading h1 a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.feature{
    background: #f8f9fa;
    padding: 80px 0;
}
.single-feature {
	text-align: center;
	width: 100%;
	height: 200px;
	background: #000;
	margin-bottom: 30px;
}
.single-feature h2{    
	color: #fff;
	padding: 30% 0;
	line-height: 1.5;
	font-size: 20px;
	transition: .5s;
	cursor: pointer;
}
footer {
	background: #333333;
	padding: 35px 0;
}
footer p{
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature h2 {
        padding: 25% 0;
    }
}

@media only screen and (max-width: 767px) {
    .single-feature h2 {
        padding: 15% 0;
    }
}

@media only screen and (max-width: 575px){
    .single-feature h2 {
        padding: 25% 0;
    }
}