.azo h1,
.azo h2,
.azo h3,
.azo h4,
.azo h5,
.azo h6,
.azo p,
.azo span,
.azo ul,
.azo ol,
.azo li,
.azo blockquote {
    font-family: "azo-sans-web", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

.azo h1 strong,
.azo h2 strong,
.azo h3 strong,
.azo h4 strong,
.azo h5 strong,
.azo h6 strong,
.azo p strong,
.azo span strong,
.azo ul strong,
.azo ol strong,
.azo li strong,
.azo blockquote strong {
    font-family: "azo-sans-web", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.elementor-testimonial__text {
    position: relative;
}

.quote {
    display: block;
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    height: 50px;
    width: 50px;
    font-size: 50px;
    color: gold;
}

.quote.start {
    left: -15px;
    top: -15px;
}
.quote.end {
    right: 15px;
    bottom: -15px;
}