@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/fontawesome.woff2)
}

.fa {
    font-family: FontAwesome, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 14px
}

.fa-map-maker:before {
    content: "\f041"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-envelope:before {
    content: "\f0e0"
}
.fa-angle-down:before {
    content: '\f107';
}