.owl-carousel .owl-item .quote img { max-width: 85px;}
.owl-carousel .owl-item .testi-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.testi-img {
    width: 72px;
    height: 72px;
    border: 2px solid #101828;
    border-radius: 100%;
    overflow: hidden;
}
.name-position span.name{font-weight: 600;}
.name-position span.name, span.position {font-size: 24px;}
.name-position {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.testi-name-img {
    display: flex;
    align-items: center;
    gap: 30px;
}
.testimonial-card {
    padding: 35px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #101828;
    box-shadow: 8px 8px 0px 0px #000000;
}
.testi-qoute .quote {
    margin-bottom: 45px;
}
.testimonial-slider .owl-stage-outer {
    padding-bottom: 10px;
    padding-left: calc((100% - 1270px) / 2);
}
.testimonial-slider .owl-item {
    padding-right: 8px;
}
.testi-qoute p {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}
.testi-qoute {
    margin-bottom: 80px;
}

.testimonial-container {
    position: relative;
}
.testimonial-star {
    position: absolute;
    left: calc((100% - 1535px) / 2);
    top: -170px;
}



@media (max-width: 1400px) {
.testimonial-slider .owl-stage-outer { padding-left: 70px;}
.testi-qoute p { font-size: 24px;}
.testi-qoute .quote { margin-bottom: 30px;}
.testimonial-star { left: -20px; top: -130px; max-width: 230px;}
.name-position span.name, span.position { font-size: 20px;}
.name-position { gap: 5px;}
.testi-name-img { gap: 20px;}
.testi-img { width: 62px; height: 62px;}
.testi-qoute { margin-bottom: 60px;}



}