.cct-content-testimonials
{
    position: relative;
    padding-bottom: 120px;
    background-color: #f7f7f7;
}
.cct-content-testimonials .cct-testimonials-slider .cct-testimonial-item
{
    padding: 40px;
    background-color: #fff;
    height: 100%;
    min-height: 370px;
}
.cct-content-testimonials .cct-testimonials-slider .cct-testimonial-item .cct-testimonial-item-inner
{
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.cct-content-testimonials .cct-testimonials-slider .cct-testimonial-item .cct-testimonial-item-inner .cct-stars span.dashicons
{
    font-size: 40px;
    margin-right: 10px;
    margin-left: 10px;
    color: #f1755c !important;
}
.cct-content-testimonials .cct-testimonial-item .cct-testimonial-item-inner h4
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #f1755c;
}
.cct-content-testimonials .cct-testimonial-item .cct-testimonial-item-inner h3
{
    font-family: 'Old Standard TT', serif;
    font-weight: 300 !important;
    font-size: 2rem;
    color: #4395c3;
}
.cct-content-testimonials .cct-testimonial-item .cct-testimonial-item-inner p,
.cct-content-testimonials .cct-testimonial-item .cct-testimonial-item-inner .content-style
{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 38px;
    margin-bottom: 30px;
}