 /*TESTIMONIALS */
/* Card styling */
.ccm-block-testimonial {
    border-radius: 12px;
    background: #ffffff;
}

/* Image styling */
.ccm-block-testimonial-image img {
    width: 100%;
    max-width: 180px;
    height: auto;
    border: solid 5px #ebedf4;
}

/* Name */
.ccm-block-testimonial-name {
    font-weight: 600;
    font-size: 1.5rem;
}

/* Stars */
.ccm-block-testimonial-stars img {
    max-height: 28px;
    width: auto;
}

/* Position */
.ccm-block-testimonial-position {
    font-size: 0.7rem;
    font-style: italic;
    color: #6c757d;
}

/* Review text */
.ccm-block-testimonial-paragraph {
    position: relative;
}

/* Mobile tweaks */
@media (max-width: 767.98px) {

    .ccm-block-testimonial {
        padding: 25px;
    }

    .ccm-block-testimonial-image img {
        margin: 0 auto 15px auto;
        display: block;
        width: 50% !important;
    }

    .ccm-block-testimonial-stars {
        margin-top: 5px;
    }

    .ccm-block-testimonial-paragraph::before {
        display: none;
    }
}