.fas {
    display: inline-block;
    width: 1.15em;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.fas::before {
    display: inline-block;
}

.fa-chevron-left::before { content: "<"; }
.fa-chevron-right::before { content: ">"; }
.fa-clock::before { content: "\23F1"; }
.fa-heart::before { content: "\2665"; }
.fa-info-circle::before { content: "i"; border: 1.5px solid currentColor; border-radius: 50%; width: 1em; height: 1em; font-size: .82em; line-height: .95em; }
.fa-leaf::before { content: "\2726"; }
.fa-location-dot::before,
.fa-map-marker-alt::before { content: "\25CF"; }
.fa-phone::before { content: "\260E"; }
.fa-star::before { content: "\2605"; }
