
/** funfact-section **/

.funfact-section{
  position: relative;
  background: var(--theme-color);
  padding: 65px 0px 90px;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
}

.szzd{
  font-size: 18px;
}

.funfact-block-one:first-child .inner-box:before{
  display: none;
}

.funfact-block-one .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 50%;
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 39.61px;
  line-height: 50px;
  font-family: var(--title-font);
  color: #fff;
  margin-bottom: 7px;
  text-align: center;
}

.funfact-block-one .inner-box h4{
  display: block;
  font-size: 17.29px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}

.funfact-section .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}












































