.card-hover:hover {
	transition:1s;
	color:grey;
	cursor:pointer;
	border-radius:0px;
	background-color:grey;
	background:linear-gradient(to top, grey, white);
	}
	
.services-box {
	box-shadow:0 0 1px black;
	background-color:#fff;
	border-radius:5px;
	margin-top:15px;
	float:left;
	opacity:0.7;
	width:100%;
	display:block;
    position:fixed;
}

@media screen and (min-width:320px){
    .services-box {
        display:block;

    }
}

.mayang {
    font-size:10px;
}

@media screen and (max-width:600px){
    .mayang {
        font-size:50px;
    }
}

