.services {
    text-align: center;
    display: flex;
    justify-content: center;
}
.services a {
	width: auto;
    height: auto;
    cursor: pointer;
	text-decoration: none !important;
}
.services img {
	float: none;
	width: 40px;
	height: auto;
}
.services span {
	display: block;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: 800;
	color: #333E47;
}


@media screen and (min-width:1128px) { 
    .services {
        max-height: 100px;
    }
    .services img {
        width: 70px;
    }
    .services a {
		padding: 25px 20px;
		text-align: center;
		float: left;
		min-width: 110px;
    }
    .services span {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 1128px) and (min-width: 998px) { 
    .services {
        max-height: 120px;
    }
    .services img {
        width: 58px;
    }
    .services a {
        padding: 25px 15px;
        max-width: 100px;
        text-align: center;
        float: left;
    }
    .services span {
        font-size: 1em;
    }
}



@media screen and (max-width: 998px) and (min-width: 598px) { 
    .services {
        max-height: 100px;
    }
    .services img {
        width: 45px;
    }
    .services a {
        padding: 20px 10px;
        max-width: 65px;
        text-align: center;
        float: left;
    }
    .services span {
        font-size: 0.75em;
    }
}
@media screen and (min-width: 460px) and (max-width: 598px) { 
    .services-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .services {
        max-height: 100px;
    }
    .services img {
        width: 55px;
    }
    .services a {
        float: left;
        margin: 28px 7px;
        width: 62px;
    }
    .services span {
        font-size: 0.5em;
        max-width: 70px;        
    }
}
@media screen and (max-width: 460px) { 
    .services {
        max-height: 100%;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .services-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .services a {
        margin: 2px;
        flex-basis: 48%;
    }
	.services img {
        width: 55px;
    }
}