/* banner */
/* section-the-cima-way */
.section-the-cima-way h3{
    font-size:var(--font-body-large) !important;
}
/* section-quote */
.section-quote .testimonial-box{
    width: fit-content;
    position: relative;
}
.section-quote .testimonial-box:before{
    content:"\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top:0;
    left: 0;
    transform: translate(-50%,-50%) scale(2);
    color:var(--color-mid-grey);
    font-size: var(--font-extra-large);
    z-index: -1;
    opacity: .5;
}
.section-quote .testimonial-box .main-content{
    font-size:var(--font-body-large);
    color:#000;
}