.count{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 50px;
  font-weight: bold;
}
.counter-wrapper{
  background: #333;
   background-image:url("../images/counter-bg.jpg");
  background: cover;
  background-position: bottom center;
  position: relative;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.2);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}
.counter-head{
	font-size: 22px;
}
.py-5{
	padding-bottom: 6rem !important;
	padding-top: 6rem !important;
}

@media screen and (max-width: 768px) {
 .py-5{
	padding-bottom: 3rem !important;
	padding-top: 3rem !important;
}
	.count{
		    font-size: 36px;
	}
	.counter-head {
    font-size: 18px;
}
} 
