
.funfact-section{
  position: relative;
}

.funfact-section .inner-container{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
  padding: 60px 80px 80px 80px;
  margin-top: -105px;
  z-index: 1;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
  padding: 3px 0px 3px 120px;
}

.funfact-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  color: var(--theme-color);
  background: #E7F9FC;
  text-align: center;
  border-radius: 50%;
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-family: var(--title-font);
  color: #222;
  font-weight: 700;
  margin-bottom: 6px;
}

.funfact-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.funfact-section .shape .shape-1{
  position: absolute;
  left: 0px;
  top: -20px;
  width: 100%;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.funfact-section .shape .shape-2{
  position: absolute;
  left: 50px;
  top: -35px;
  width: calc(100% - 100px);
  height: 35px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}















