.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.testimonial-slider {
    margin: 40px;
}

.testimonial {
    background: #E7E7E7;
    text-align: center;
    padding: 20px 40px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    letter-spacing: normal;
}

.testimonial-title {
    font-size: 1.75rem;
}

.testimonial-testimonial {
    margin-bottom: 10px;
}

.testimonial-bottom {
    flex: 1 1 auto;
    align-content: end;
}

.testimonial-author {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.testimonial-council {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.testimonial-logo {
}

.testimonial-logo img {
    display: initial;
}

.stars {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
}

.empty-stars {
    width: 100%;
}

.filled-stars {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}