.fa,
.far,
.bi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.fa::before,
.far::before,
.bi::before {
    display: block;
}

.fa-bars::before {
    content: "☰";
}

.far.fa-check::before {
    content: "✓";
}

.fa-users::before {
    content: "◉";
}

.fa-award::before {
    content: "★";
}

.fa-cubes::before {
    content: "▦";
}

.fa-users-cog::before {
    content: "⚙";
}

.fa-phone-alt::before {
    content: "☎";
}

.fa-chart-line::before {
    content: "↗";
}

.fa-tasks::before {
    content: "☰";
}

.fa-robot::before {
    content: "◆";
}

.far.fa-user::before {
    content: "👤";
}

.far.fa-calendar-alt::before {
    content: "📅";
}

.bi-arrow-right::before {
    content: "→";
}

.bi-envelope-open::before {
    content: "✉";
}

.bi-telephone::before {
    content: "☎";
}

.bi-geo-alt::before {
    content: "⌖";
}

.bi-file-earmark-text::before {
    content: "📄";
}

.bi-arrow-up::before {
    content: "↑";
}

.service-icon .fa {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
}
