/*** 
 
 ====================================================================
         Funfacts One Section
 ====================================================================
 
 ***/
 .hactora-counter.funfacts-one-section {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*padding: 131px 0 98px;*/
}
.hactora-counter .funfacts-one-single {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 27px;
  padding-right: 10px;
  border-radius: var(--button-radius);
}
.hactora-counter .funfacts-one-single .icon img {
  width: 50px;
}
.hactora-counter .funfacts-one-single .icon span {
  font-size: 50px;
  color: var(--thm-primary);
}
.hactora-counter .funfacts-one-single .content {
  margin-left: 15px;
}
.hactora-counter .funfacts-one-single .content h2 {
  color: #161616;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 8px;
}
.hactora-counter .funfacts-one-single .content p {
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  margin: 0;
}