.vlt-slick-dots {
    margin: 50px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.vlt-slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.vlt-slick-dots li span {
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px var(--dots-color);
    transition: all 0.3s ease-in-out;
}

.vlt-slick-dots li.slick-active span {
    background-color: var(--dots-color);
}
/**********************************/
/* Testimonials
/**********************************/
.vlt-testimonials-child {
    max-width: 844px;
}
.vlt-testimonials-child__icon {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 1;
}

.vlt-testimonials-child__text {
    margin: 0;
}

.vlt-testimonials-child__meta {
    margin-top: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vlt-testimonials-child__name {
    margin: 0;
    font-weight: 500;
    text-transform: inherit;
}

.vlt-testimonials-child__function {
    margin: 5px 0 0;
    color: #606060;
}