/** funfact-section **/

.funfact-section{
    position: relative;
    padding: 120px 0px 210px 0px;
  }
  
  .funfact-section .counter-inner{
    position: relative;
  }
  
  .funfact-section .counter-inner .line{
    position: absolute;
    left: 0px;
    top: 161px;
    width: 100%;
    height: 2px;
    background: #f8d5d5;
  }
  
  .counter-block-one .inner-box{
    position: relative;
    display: block;
  }
  
  .counter-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 65px;
    margin-bottom: 30px;
  }
  
  .counter-block-one .inner-box .icon-box:before{
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }
  
  .counter-block-one .inner-box .count-outer{
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 50px;
    font-family: 'Heebo', sans-serif;
    color: #282932;
    font-weight: 700;
    margin-bottom: 7px;
  }
  
  .counter-block-one .inner-box span.text{
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Heebo', sans-serif;
    color: #000;
  }
  