.fa-solid,
.fa-brands,
.fa {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-circle-check::before {
  content: "\2713";
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: currentColor;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.fa-facebook::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.fa-twitter::before {
  content: "t";
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.fa-instagram::before {
  content: "ig";
  font-family: Arial, sans-serif;
  font-size: 0.78em;
  font-weight: 800;
}

.fa-magnifying-glass::before,
.fa-search::before {
  content: "\2315";
}
