
.testimonials .slick-list {
    border-radius: 20px;
}

.testimonials .item {
    padding: 70px;
    padding-left: 115px;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    min-height: 367px;
}

.testimonials .item> p {
    font-size: 24px;
    font-family: 'Overused Grotesk';
    line-height: 1.4;
    letter-spacing: 1px;
    color: #302B38;
    margin-bottom: 40px;
    width: 100%;
    max-width: 65%;
}

.testimonials .info .text-wrapper {
    display: flex;
    align-items: center;
    column-gap: 35px;
}

.testimonials .info .img-wrap {
    padding-right: 35px;
    border-right: 2px solid white;
}

.testimonials .info .img-wrap img {
    width: 100%;
    max-width: 100px;
}

.testimonials .info .content p {
    margin: unset;
    font-size: 18px;
    font-family: 'Overused Grotesk';
    line-height: 1.3;
    letter-spacing: 1px;
    color: #302B38;
}

.testimonials .info .content p:first-child {
    font-weight: 600;
}
.testimonials .slick-arrow {
       margin-top: -30px;
}
.testimonials .slick-next {
    right: -60px;
}

.testimonials .slick-prev {
    left: -60px;
}

.testimonials .author-img{
    display: none;
}

.slick-next:before {
    content: none;
}
@media only screen and (min-width: 1199px) {

    .testimonials .slick-next {
    right: 60px;
}

.testimonials .slick-prev {
    left: 60px;
}
}
@media only screen and (max-width: 787px) {
.testimonials .item {
    padding: unset;
    background-image: unset !important;
    min-height: unset;
}

.testimonials .item> p {
    max-width: 100%;
    font-size: 18px;
}

.testimonials .info {
    display: flex;
    column-gap: 30px;
}

.testimonials .author-img {
    display: block;
    width: 100%;
    max-width: 137px;
}

.testimonials .author-img {
    display: block;
    width: 100%;
    max-width: 137px;
    box-shadow: 0px 0px 18.58px 0px #B8B8DE4D;
    border-radius: 66%;
    border: 6px solid white;
}
.testimonials .author-img img {
    width: 100%;
    height: 100%;
}

.testimonials .info .text-wrapper {
    flex-direction: column-reverse;
    row-gap: 12px;
    justify-content: space-between;
    align-items: start;
}

.testimonials .info .img-wrap {
    padding: unset;
    border-top: 2px solid white;
    border-right: unset;
    padding-top: 12px;
}

.testimonials .info .content p {
    font-size: 14px;
}



.testimonials .slick-arrow {
    margin: unset;
    position: static;
    position: absolute !important;
    left: unset;
    top: unset;
    bottom: 0;
    right: unset;
            z-index: 5;
}

.testimonials .slick-arrow img {
    width: 13px;
}

.testimonials .slick-next:before,
.testimonials .slick-prev:before {
    content: '';
}
.slick-dots li.slick-active button:before {
    color: #a8afed;
    opacity: 1;
}
.testimonials .slick-dots li button:before {
    color: #a8afed;
    font-size: 12px;
}
.testimonials .naviWrap {
    margin-top: 40px;
    min-height: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.testimonials .slick-arrow {
    top: 50%;
    margin-top: 20px;
}

.testimonials .slick-prev.slick-arrow {
    left: 0;
}

.testimonials .slick-next.slick-arrow {
    right: 0;
}
}