.testimonial-wrapper .test-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testimonial-wrapper .test-slide .image-block {
    width: calc(50% - 10px);
}
.testimonial-wrapper .test-slide .test-block {
    width: calc(50% - 10px);
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-wrapper .test-block .top-info ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    gap: 12px;
}
.testimonial-wrapper .test-block .top-info ul img {
    width: 18px;
}
.testimonial-wrapper .test-block .message p {
    font-size: 51px;
    line-height: 66.3px;
    font-weight: 200;
}
.testimonial-wrapper .test-block .author-info {
    border-top: 1px solid rgba(5, 5, 5, 0.25);
    margin-top: 42px;
    padding-top: 42px;
}
.testimonial-section:not(.homepage-testimonial) .testimonial-wrapper .test-block .author-info {
    padding-top: calc(42px + 30px);
}
.testimonial-wrapper .test-block .author-info h5 {
    font-size: 21px;
    line-height: 31.5px;
    font-weight: 400;
}
.testimonial-wrapper .test-block .author-info p {
    font-size: 21px;
    line-height: 31.5px;
    font-weight: 400;
}
.testimonial-wrapper {
    position: relative;
}
.testimonial-wrapper .author-nav {
    position: absolute;
    bottom: 24px;
    right: 20px;
    display: flex;
    gap: 24px;
    z-index: 2;
}
.testimonial-wrapper .author-nav button {
    width: 60px;
    height: 60px;
    background-color: #000;
    padding: 0;
    border: 0;
    border-radius: 50%;
}
.testimonial-wrapper .author-nav button img {
    width: 100%;
    height: 100%;
}
.testimonial-wrapper .test-block .author-info .info {
    width: calc(100% - 140px);
    padding-right: 15px;
}
.testimonial-section .section-title {
    text-align: center;
    margin-bottom: 72px;
}
.testimonial-wrapper .test-slide .image-block .image {
    position: relative;
    padding-bottom: 87.5%;
}
.testimonial-wrapper .test-slide .image-block .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-wrapper .test-slide .test-block .bottom-info {
    padding-top: 40px;
}
.testimonial-section .testimonial-wrapper .test-block .author-info .info {
    width: 100%;
}
.testimonial-wrapper .slider .slick-dots {
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-flex !important;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border-radius: 100px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 20px;
}
.testimonial-wrapper .slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.testimonial-wrapper .slider .slick-dots li button {
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
    background-color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
}
.testimonial-wrapper .slider .slick-dots li {
    display: flex;
    padding: 10px 5px;
}
.testimonial-wrapper .slider .slick-dots li button {
    opacity: 0.5;
}
.testimonial-wrapper .slider .slick-dots li.slick-active button {
    opacity: 1;
}
.homepage-testimonial .testimonial-wrapper .author-nav {
    display: none !important;
}
@media only screen and (min-width: 992px) {
    .testimonial-section .testimonial-wrapper .slick-dots {
        display: none !important;
    }
}
@media only screen and (max-width: 1399px) {
    .testimonial-wrapper .test-block .message p {
        font-size: 42px;
        line-height: 56px;
    }
    .testimonial-wrapper .author-nav button {
        width: 52px;
        height: 52px;
    }
    .testimonial-wrapper .author-nav {
        gap: 16px;
    }
    .testimonial-wrapper .test-block .author-info p {
        font-size: 18px;
        line-height: 28px;
    }
    .testimonial-section:not(.homepage-testimonial) .testimonial-wrapper .test-block .author-info {
        padding-top: calc(30px + 30px);
    }
}
@media only screen and (max-width: 1199px) {
    .testimonial-wrapper .test-slide .test-block {
        margin-top: 24px;
    }
    .testimonial-wrapper .test-slide .image-block,.testimonial-wrapper .test-slide .test-block {
        width: 100%;
    }
    .testimonial-wrapper .test-block .message p {
        font-size: 32px;
        line-height: 41.6px;
    }
    .testimonial-wrapper .test-block .author-info {
        margin-top: 30px;
        padding-top: 30px;
    }
    .testimonial-section:not(.homepage-testimonial) .testimonial-wrapper .test-block .author-info {
        padding-top: calc(24px + 30px);
    }
    .testimonial-section .section-title {
        margin-bottom: 42px;
    }
}
@media only screen and (max-width: 991px) {
    .testimonial-wrapper .author-nav {
        display: none;
    }
    .testimonial-section:not(.homepage-testimonial) .testimonial-wrapper .test-block .author-info {
        padding-top: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-wrapper .test-slide .test-block {
        padding: 0;
    }
}