.seos-counter {
font-family: 'Oswald', sans-serif;
position: relative;
z-inex: 1;
width: 100%;
margin: 0 auto;
margin-top: 40px;	
min-height: 300px;
background: #333333;
text-align: center;
background-position: center center !important; }
.seos-counter  h5 {
position: relative;
z-index: 99;
color: #fff;
font-size: 20px;
margin: 0;
padding: 10px;
font-weight: 500;	
}
.seos-counter .count-container {
display: inline-block;
min-width: 23%;
text-align: center;
margin-bottom: 60px;
margin-top: 60px;	
}
.seos-counter .counter {
position: relative;
z-index: 99;
display: inline-block;
font-size: 33px;
font-weight: 900;
padding: 10px;
color: #fff ;
}
.seos-counter .dashicons {
position: relative;
z-index: 99;
font-size: 60px;
display: block;
margin: 0 auto;
padding: 0 ;
color: #fff;
width: 60px;	
height: 100%;	
}
@media only screen and (max-width: 600px) {
.seos-counter .count-container {
min-width: 100%;
}
}