@import url("navbar.css");
.customer-testimonial .text::before {
    content: "\28";
    font-family: "telecrm-static-site" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.customer-testimonial .text {
    font-size: 24px;
    font-weight: 500;
    padding-left: 7px;
    display: block;
}

.customer-testimonial .text i {
    position: absolute;
    z-index: -1;
    color: #eaeaea;
    font-size: 65px;
    top: -22px;
    left: 3px;
}