/* TESTIMONIAL */

.section_testimonial {
    /* background-size: 100% 100%; */
    min-height: 784px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.testimonial_container>.e-con-inner {
    justify-content: flex-end !important;
    margin-bottom: 120px !important;
}
.testimonial_splide_item {
    color: #fff;
}
.track_container {
    /* max-width: 800px;
    margin: 44px 0 0 120px; */
}
.testimonial_splide_item {
    display: flex;
    flex-direction: column
}
.temimonial_quote_img {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 28px;
    margin-bottom: 32px;
}
.temimonial_person_quote {
    width: calc(100% - 104px);
}
.temimonial_person_img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    /* border-radius: 50px; */
    background-size: contain;
    background-repeat: no-repeat;
}

.temimonial_person_name {
color: var(--text-text-ultralight, #FFF);
text-align: right;
font-feature-settings: 'clig' off, 'liga' off;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
letter-spacing: 0.48px;
}

.temimonial_person_position {
color: var(--text-text-ultralight, #FFF);
text-align: right;
font-feature-settings: 'clig' off, 'liga' off;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 150% */
}

ul.splide__pagination.splide__pagination_custom.splide__pagination--ltr {
    left: auto;
    bottom: -28px;
    padding: 0;
}

.splide__pagination__page {
    background: #fff;
    height: 12px;
    margin: 5px;
    opacity: 1;
    width: 12px;
}

.splide__pagination__page.is-active {
    background: var(--e-global-color-color_sec_clr_turquoise);
    transform: scale(1);
    z-index: 1;
}

