.testimonial-slide .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}
.swiper-slide .inner-bx {
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFCFA;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.149019);
    margin: 16px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.test-top {
    display: flex;
    gap: 10px;
    align-items: center;
}
.test-top img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.test-top h3 {
    font-size: 18px;
}
.test-rating {
    display: flex;
    gap: 2px;
    margin-top: auto;
}
.test-rating svg {
    width: 15px;
    fill: #FFBF0F;
}
.testimonial-slide .swiper-button-next {
    right: 0px;
}
.testimonial-slide .swiper-button-prev {
    left: 0px;
}
.testimonial-slide .swiper-button-next,
.testimonial-slide .swiper-button-prev {
    background: #785546;
}
.testimonial-slide .swiper-button-prev:after,
.testimonial-slide .swiper-button-next:after {
    font-size: 26px;
    color: #fff;
}
.test-cont {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}
.test-cont p {
    margin-top: 0px;
    padding-right: 10px;
}
.test-cont::-webkit-scrollbar {
    width: 5px;
}
.test-cont::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 50px;
}
.test-cont::-webkit-scrollbar-thumb {
    background: #785546;
    border-radius: 50px;
}
.test-cont::-webkit-scrollbar-thumb:hover {
    background: #785546;
}