.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-circle-check:before {
  content: "\f058";
}

.fa-clock:before {
  content: "\f017";
}
.fa-facebook-f:before {
  content: "\f39e";
}

.fa-house-damage:before {
  content: "\f6f1";
}
.fa-instagram:before {
  content: "\f16d";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-tie:before {
  content: "\f508";
}

.fab {
  font-family: "font awesome 5 brands";
}

.fa,
.fas {
  font-family: "font awesome 5 free";
  font-weight: 900;
}


