[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  /* font-size: 60px; */
}

/*******************************/
/********** Facts CSS **********/
/*******************************/
.facts {
  padding: 70px 10px;
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: 0 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.facts .facts-item {
  display: flex;
  flex-direction: row;
  /* margin: 25px 0; */
}

.facts .facts-item i {
  margin-top: 10px;

  line-height: 60px;
  color: var(--secondary);
}

.facts .facts-text {
  padding-left: 20px;
}

.facts .facts-text h3 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
}

.facts .facts-text h3::after {
  position: absolute;
  top: 0px;
  color: #ffffff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.facts .facts-text h3.facts-plus::after {
  content: "\f067";
  right: -25px;
}

.facts .facts-text h3.facts-dollar::after {
  content: "\f067";
  right: -18px;
}

.facts .facts-text p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
