.testimonials {
    max-width: 900px;
    margin: auto;
}

/* Content Slider */
.testimonials .content-slider {
    margin-bottom: 34px;
	  height: 300px; 
}
.testimonials .block:before {
    content: "";
    width: 46px;
    height: 34px;
    background: url('https://cdn.iraskills.ai/wp-content/themes/iraskills/assets/img/quote.svg') no-repeat;
    background-size: 46px 34px;
    display: block;
    margin-bottom: 30px;
}
.testimonials .block p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 36px;
}

/* Person Slider (Thumbnails) */
.testimonials .person {
    flex: 1;
    display: inline-block;
    padding: 15px;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
}
.testimonials .person img {
    border-radius: 5px;
    margin: 0 auto 10px;
    max-width: 70px;
}
.testimonials .person .name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.testimonials .person-slider .slick-track {
    margin-left: 0;
}
.testimonials .person.slick-current {
    background: #fff;
    border: 1px solid #e1e9f6;
    border-radius: 10px;
}