
/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
}
.fun-facts-area .col-lg-3:last-child .single-fun-fact {
  border-right: none;
}

.single-fun-fact {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border-right: 1px dashed #b5b8cc;
}
.single-fun-fact h3 {
  position: relative;
  color: #ff6015;
  margin-top: 5px;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  font-size: 50px;
  font-weight: 400;
}
.single-fun-fact h3 .sign-icon {
  display: inline-block;
  font-size: 46px;
  position: relative;
  left: -10px;
}
.single-fun-fact h3 .sign-icon.dolor {
  position: relative;
  left: 10px;
}
.single-fun-fact p {
  line-height: initial;
  color: #7a7e9a;
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 16px;
}
