.testimonial {
    display: flex !important;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
}
.testimonial h2 span {
    display: block;
}
.col-details {
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}
.testi-name {
    font-size: 30px;
    font-family: var(--latobold) !important;
    line-height: 1.2;
}
.testi-body {
    font-family: var(--latoregular) !important;
    font-style: italic;
    font-size: 25px;
    line-height: 1.5;
}
.author-section {
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    align-content: center;
    margin-bottom: 20px;
    flex-wrap: nowrap;
}

.author-name {
    color: var(--jet);
    font-family: var(--latobold) !important;
    margin-bottom: 5px;
}

.author .author-title {
    max-width: 250px;
    color: var(--jet);
    font-size: 14px;
    line-height: 1.3;
}

ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: -4px;
    left: 393px;
}

ul.slick-dots li button {
    border-radius: 0;
    width: 70px;
    font-size: 0;
    height: 7px;
    border: 0;
    background: #C4C4C4;
    cursor: pointer;
}

ul.slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

ul.slick-dots .slick-active button,
ul.slick-dots .slick-active button:hover,
ul.slick-dots .slick-active button:focus,
ul.slick-dots .slick-active button:active {
    background: #554BDF;
    cursor: default;
}
.author .author-title {
    max-width: 250px;
}
.slick-arrow {
    width: 28px;
    height: 51px;
    background: none;
}
.author-logo img{
    height: 40px;
    max-width: 100%;
    object-fit: contain;
}
.slick-arrow:before {
    content: '';
}
.slick-prev.slick-arrow {
    left: -65px !important;
    background: url('../slick/images/chevron-prev.svg');
    background-size: cover !important;
}

.slick-next.slick-arrow {
    right: -65px !important;
    background: url('../slick/images/chevron-prev.svg');
    background-size: cover !important;
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
}
@media (max-width: 1024px) {
    ul.slick-dots {
        left: auto;
        right: auto;
        margin: 0 auto;
        width: max-content;
        position: initial;
    }
}
@media (max-width: 991px) {
    .testi-name {
        font-size: 25px
    }
    .testi-body {
        font-size: 18px;
        line-height: 1.4;
    }
    .author-logo img {
        height: 30px;
    }
    .author-section {
        margin-bottom: 0;
    }
}
@media (max-width: 814px) {
    .slick-prev.slick-arrow {
        left: -35px !important;
    }

    .slick-next.slick-arrow {
        right: -35px !important;
    }

    .col-photo {
        width: 350px;
        margin-right: 20px;
    }

    .col-details {
        max-width: 460px;
        padding-right: 0.5em;
    }
}

@media (max-width: 767px) {
    ul.slick-dots {
        display: none !important;
    }

    .page-testimonials {
        padding-bottom: 0 !important;
    }

    .testimonial {
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .testimonials-container,
    .author .author-title {
        max-width: 100%;
    }

    .testimonial >div:first-child {
        margin: 0 auto !important;
    }

    .testimonial >div:first-child>img {
        display: block;
        border-radius: 60em;
        width: 85px;
        height: 85px;
        object-fit: cover;
        margin: 0 auto 1em;
    }

    .col-details {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        justify-content: center;
        max-width: 390px;
    }

    .testi-name {
        font-size: 20px;
        margin-bottom: 1.5em;
    }

    .author-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        align-content: center;
        align-items: center;
    }

    .author-section > div {
        width: 100%;
        text-align: center;
    }

    .author-section .author {
        margin: 1.25em 0;
    }

    .author-logo img {
        margin: 0 auto;
    }

    .slick-prev.slick-arrow {
        left: 0 !important;
    }

    .slick-next.slick-arrow {
        right: 0 !important;
    }
}

@media (max-width: 575px) {
    .testi-name {
        font-size: 18px;
    }
    .testi-body {
        font-size: 16px;
    }
    .col-details {
        max-width: 85%;
    }

    .slick-arrow {
        width: 16px;
        height: 30px;
    }
}