.fa, .fab, .fad, .fal, .far, .fas {
    -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-angle-down:before {
    content: "\f107"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-facebook:before {
    content: "\f09a"
}
.fa-heart:before {
    content: "\f004"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}
.fa-times:before {
    content: "\f00d"
}
.fa-user-circle:before {
    content: "\f2bd"
}
.fa-whatsapp:before {
    content: "\f232"
}

.fab {
    font-family: "Font Awesome 5 Brands"
}
.fab, .far {
    font-weight: 400
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}