.testimonials {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}
.testimonials .splide__pagination {
    position: relative;
    margin-top: 10px;
}
.testimonials::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.testimonials .title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}
.testimonials .title h2 {
    font-weight: 700;
}
.testimonials .testi .item {
    background: #fff;
    padding-right: 25px;
    border-radius: 15px;
}
.testimonials .testi .item .review-inner {
    padding: 20px;
    background-color: var(--bs-light);
    border-radius: 0.5rem;
    position: relative;
}
.testimonials .testi .item .arrow-down {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid var(--bs-light);
    margin-left: 50px;
}
.testimonials .testi .item .profile {
    display: flex;
    padding-top: 10px;
}
.testimonials .testi .item .profile .icon {
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 50px;
    color: #fff;
}
.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px;
}
.testimonials .testi .item .rating i {
    color: var(--bs-primary);
}
.testimonials .testi .item .profile .information .name {
    font-weight: 700;
}
.testimonials .testi .item .profile .information .date {
    width: 100%;
    font-weight: 300;
    font-size: 0.9rem;
    color: var(--bs-secondary);
    padding: 5px 0;
}
.testimonials .testi .item img {
    border-radius: 50px;
    height: 20px;
}
.testimonials .item.review {
    width: 99vw;
}
.testimonials .item.review .review-text {
    padding: 20px 0;
    font-style: oblique;
}
.testimonials .splide__arrows {
    display: none;
}

@media (min-width: 768px) {
    .testimonials .item.review {
        width: 50vw;
    }
}
@media (min-width: 992px) {
    .testimonials .item.review {
        width: 25vw;
    }
}