
.count{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    padding: 35px 0;
  }
  .counter-wrapper{
   background: #005562; 
   /*  background-image:url('https://images.unsplash.com/photo-1568563643102-37d43956d1d3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');
    */
    display: cover;
    background-position: center center;
    position: relative;
    border-radius: 10px;
  }
  .counter-wrapper:after{
    content: '';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
   /* background: rgba(0,0,0); */
  }
  .counter-inner{
    position:relative;
    z-index:2;
    box-shadow: 0px 3px 8px rgb(61 74 84 / 10%), 0px 3px 12px rgb(61 74 84 / 6%);
    margin: 26px 0 0 0;
  }
  .count-icon{
    font-size: 48px;
  }
  

  .gg1{
    color: #fff;
    font-size: 17px;
  }
  
  
  
  .gh {
  margin: 15px -7px;
  border: 1px solid #cacaca;
  border-radius: 10px;
}
  
  .hhh{
      height: 240px;
  }
  
  
  
  @media only screen and (max-width: 600px) {
  .gh{
    margin: 5px -7px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  }
    .counter-inner{
    position:relative;
    z-index:2;
    box-shadow: 0px 3px 8px rgb(61 74 84 / 10%), 0px 3px 12px rgb(61 74 84 / 6%);
    margin: 0px 0 0 0;
  }
  .count{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 0px 0;
  }
  
  .gg1{
    color: #fff;
font-size: 13px;
  }
    .hhh{
      height: 100px;
  }

}

  
  
  
  
  
  
  
  