.clsTestiList {
    padding: 50px 0;
    border-bottom: 1px solid #dbdbdb;
    width: 80%;
}

p.clsTestiContent {
    position: relative;
    padding-bottom: 20px;
}

p.clsTestiAuthor {
    font-weight: 500;
}

nav.pagination {
    display: flex;
    gap: 100px !important;
    padding-top: 30px;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.testimonial-content {
    border-style: double;
    border-width: 7px;
    border-color: #a3a3a342;
    padding: 30px 20px;
    background: #fff;
    height: 300px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.page p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

p.testimonial-text {
    min-height: 200px;
}

.testimonial-author-wrapper {
    display: flex;
    gap: 15px;
}

p.clsTestiContent:after {
    content: "";
    background-image: url(../images/quote-icon-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: auto;
    right: 10px;
    bottom: -20px;
    opacity: 0.5;
}

