body{
    background-color: #ff3700;
}
.services{
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
    padding-bottom: 20px;
}
.singleService{
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.473);
    width: 20vw;
    padding-top: 10px;
}
.singleService a{
    color: white;
    line-height: 10px;
}
.headdingText{
    padding-top: 3vh;
    height: 20vh;
    display: flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    background-color: #111;
}

.headdingText h1{
    background-image: url("../images/service_head.gif");
	background-size: cover;
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 120px;
	line-height: .75;
	margin: 10px 0;
}



@media only screen and (max-width:1000px){
    .headdingText h1{
        font-size: 60px;
    }
    .services{
        display: inline-block;
        width: 100%;
    }
    .singleService{
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width:767px){
    .headdingText h1{
        font-size: 60px;
    }
    .services{
        display: inline-block;
        width: 100%;
    }
    .singleService{
        text-align: center;
    }
}
