main .slider-testimonial-section-wrap {
    padding-top: 100px;
    background: #fff;
    width: 100%
}

.ts-slider-card {
    aspect-ratio: 2/3;
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    position: relative;
    display: flex;
    background: #edf5ff;
    background: -webkit-linear-gradient(180deg, rgba(237, 245, 255, 0) 0, #f2f7ff 44%);
    background: -moz-linear-gradient(180deg, rgba(237, 245, 255, 0) 0, #f2f7ff 44%);
    background: linear-gradient(180deg, rgba(237, 245, 255, 0) 0, #f2f7ff 44%)
}

.ts-slider-card .title {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    background: #fff;
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.ts-slider-card .title p {
    height: 100%;
    font-size: 19px;
    display: flex;
    align-items: center;
    font-weight: 400
}

.ts-slider-card .title h4 {
    font-size: 18px;
    font-weight: 200
}

.ts-slider-card .title h3 {
    font-size: 16px
}

.testimonial-slider {
    width: 100%;
    overflow: hidden;
    padding: 40px 0
}

.slider-track {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: 30s linear infinite scroll-left
}

.ts-slider-card {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 0;
    background-color: #f3f3f3
}

