div.ccm-block-testimonial-wrapper:before,
div.ccm-block-testimonial-wrapper:after {
    content: " "; 
    display: table;
    background-image: url(/application/blocks/testimonial/arrowdouble.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}

div.ccm-block-testimonial-wrapper:before {
    margin-bottom: -45px;
}
div.ccm-block-testimonial-wrapper:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    float: right;
    margin-top: -45px;
    margin-right: 10px;
    clear: both;
}

div.ccm-block-testimonial-wrapper {
    margin: 2em 0 1em 0;
}
@media (min-width: 992px) {
    /* div.ccm-block-testimonial-wrapper {
        margin: 0 0 5rem 0;
    } */
}

.ccm-block-testimonial {
    width: calc(100% - 200px);
    margin: 0 auto;
}
.ccm-block-testimonial-paragraph {
    text-align: center;
    font-size: 1.8rem;
    line-height: normal;
}

@media (max-width: 1024px) {
    div.ccm-block-testimonial-wrapper {
        margin: 1em 0 0.5em 0;
    }
    .ccm-block-testimonial-paragraph {
        font-size: 1.5rem;
    }
    .ccm-block-testimonial {
        width: calc(100% - 110px);
    }
    div.ccm-block-testimonial-wrapper:before {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    div.ccm-block-testimonial-wrapper:after {
        -webkit-transform: rotate(180deg) scale(0.7);        
        -ms-transform: rotate(180deg) scale(0.7);        
        transform: rotate(180deg) scale(0.7);    
    }
}

@media (max-width: 480px) {
    .ccm-block-testimonial-paragraph {
        font-size: 1.30rem;
    }
    .ccm-block-testimonial {
        width: calc(100% - 100px);
    }
}