.testi-outer {
    padding: 70px 0 0;
    position: relative
}

@media (min-width:768px) {
    .testi-outer {
        padding: 150px 0 0
    }
}

.testi-outer .testi-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 30px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative
}

@media (min-width:768px) {
    .testi-outer .testi-inner {
        gap: 0 30px
    }
}

@media (min-width:992px) {
    .testi-outer .testi-inner {
        gap: 0 92px
    }
}

.testi-outer .testi-inner .testi-title {
    max-width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.testi-outer .testi-inner .testi-title:not(:last-child) {
    margin: 0 0 20px
}

@media (min-width:768px) {
    .testi-outer .testi-inner .testi-title:not(:last-child) {
        margin: 0 0 104px
    }
}

.testi-outer .testi-inner .single-testi {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 40px
}

@media (min-width:768px) {
    .testi-outer .testi-inner .single-testi {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0
    }
}

.testi-outer .testi-inner .single-testi:last-child {
    margin: 0
}

.testi-outer .testi-inner .single-testi .testi-content {
    font-size: 16px;
    font-style: italic;
    letter-spacing: -.01em;
    line-height: 24px;
    margin: 20px 0 0
}

@media (min-width:768px) {
    .testi-outer .testi-inner .single-testi .testi-content {
        font-size: 18px;
        line-height: 30px;
        margin: 32px 0 0
    }
}

@media (min-width:992px) {
    .testi-outer .testi-inner .single-testi .testi-content {
        font-size: 20px;
        line-height: 32px
    }
}

.testi-outer .testi-inner .single-testi .testi-details {
    margin: 20px 0 0
}

@media (min-width:768px) {
    .testi-outer .testi-inner .single-testi .testi-details {
        margin: 30px 0 0
    }
}

.testi-outer .testi-inner .single-testi .testi-details .testi-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 10px
}

@media (min-width:768px) {
    .testi-outer .testi-inner .single-testi .testi-details .testi-name {
        font-size: 19px;
        line-height: 28px
    }
}

.testi-outer .testi-inner .single-testi .testi-details .testi-person-details p {
    font-size: 16px;
    line-height: 24px
}

.testi-outer .testi-inner .single-testi .single-testi-image img {
    aspect-ratio: 1/1;
    border-radius: 20px;
    max-width: 168px !important;
    -o-object-fit: cover;
    object-fit: cover
}