#testimonials{
    margin-bottom: 100px;
}

#testimonials-slider{
    text-align: center;
    margin: 70px 0;
}

.testimonial{
    width: calc(90% - 40px) !important;
    border: 1px solid #9747FF;
    border-radius: 5px;
    padding: 20px;
}

.testimonial-image{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.testimonial-image > div{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    /*margin: 0 auto;*/
}

.testimonial-image > div > img{
    height: 100%;
}

.testimonial-text{
    width: 78%;
    display: inline-block;
    text-align: left;
}

.star{
    filter: brightness(0) saturate(100%) invert(36%) sepia(93%) saturate(3916%) hue-rotate(250deg) brightness(101%) contrast(101%);
    display: inline-block !important;
    margin-right: 3px;
}

.testimonial-comment{
    font-size: 16px;
    line-height: 25px;
}

.testimonial-autor{
    color: #9747FF;
}

.testimonial-autor > p{
    margin-bottom: 0;
}


.slick-prev, .slick-next{
    display: none !important;
}


@media only screen and (max-width: 599px) {
    .testimonial-text{
        text-align: center;
    }

    .testimonial-star{
        margin-top: 10px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    .testimonial-text{
        text-align: center;
    }

    .testimonial-star{
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .testimonial-text{
        text-align: center;
    }

    .testimonial-star{
        margin-top: 10px;
    }
}
