.counter-wrap{
font-size:40px;
  font-weight:900;
}
.num-animation-wrtapper,.counter-wrap{
justify-content:center;
  
}
.map-with-num-aanimation{
text-align:center;
}
.mobile_map{
display:none;  
}
@media(max-width:767px){
.mobile_map{
display:block;  
}
  .desktop_map{
   display:none;  
  }
}
@media(min-width:1800px){
.map_animation_title{
  font-size: 3.8rem;
  font-weight:500;
}
.counter-wrap{
font-size:70px;
}
}