.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-block;
  min-width: 1em;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.fa-bars::before { content: "\2630"; }
.fa-xmark::before { content: "x"; }
.fa-chevron-down::before { content: "v"; }
.fa-arrow-right::before { content: ">"; }
.fa-whatsapp::before { content: "W"; }
.fa-instagram::before { content: "I"; }
.fa-facebook-f::before { content: "f"; }
.fa-list-check::before { content: "\2713"; }
.fa-envelope::before { content: "@"; }
.fa-paper-plane::before { content: ">"; }
.fa-utensils::before { content: "U"; }
.fa-mug-hot::before { content: "C"; }
.fa-clock::before { content: "o"; }
.fa-industry::before { content: "F"; }
.fa-ship::before { content: "S"; }
.fa-shield-halved::before { content: "#"; }
.fa-screwdriver-wrench::before { content: "*"; }
.fa-bolt::before { content: "!"; }
.fa-table-cells-large::before { content: "#"; }
.fa-window-maximize::before { content: "[]"; }
.fa-layer-group::before { content: "="; }
.fa-palette::before { content: "*"; }
.fa-bowl-food::before { content: "B"; }
.fa-link::before { content: "-"; }
.fa-circle-info::before { content: "i"; }
