

.funfact-block-one{
  position: relative;
  display: block;
  padding-left: 90px;
  margin-bottom: 38px;
}

.funfact-block-one:last-child{
  margin-bottom: 0px;
}

.funfact-block-one .icon-box{
  position: absolute;
  left: 0px;
  top: 18px;
}

.funfact-block-one .count-outer{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  font-family: var(--text-font);
  color: #0b1970;
  font-weight: 700;
  margin-bottom: 2px;
}

.funfact-block-one p{
  display: block;
  font-size: 18px;
  color: #0b1970;
  font-weight: 600;
}

.chooseus-style-six .funfact-inner:before{
  position: absolute;
  content: '';
  background: #c5c5c5;
  width: 1px;
  height: calc(100% + 49px);
  left: -20px;
  top: -24px;
}


/** funfact-section **/

.funfact-section{
  position: relative;
}

.funfact-section .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #c6c7cc;
}

.funfact-section.home-17{
  background: #f4f5f9;
}

.funfact-section.home-17 .funfact-block-one{
  padding-left: 0px;
  margin-bottom: 0px;
}

.funfact-block-one .count-outer{
  font-size: 62px;
  line-height: 70px;
  font-family: var(--jost);
  font-weight: 600;
  margin-bottom: 3px;
  color: #0b1953;
}

.funfact-block-one p{
  font-size: 22px;
  font-weight: 400;
  color: #0b1953;
}


































