.owl-carousel.testimonial-slider  .owl-stage {display: flex; }
.owl-carousel .owl-item .quote img { max-width: 85px;}
.owl-carousel .owl-item .testi-img img {height: 100%; object-fit: cover; object-position: top;}
.testimonial-slider .owl-nav {display: none !important;}
.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; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.testi-qoute .quote {margin-bottom: 45px; }
.testimonial-slider .owl-stage-outer {padding-bottom: 10px; /*padding-left: calc((100% - 1230px) / 2);*/}
/*.testimonial-slider .owl-stage-outer {
    padding-bottom: 10px;
    padding-left: calc((100% - 1270px) / 2);
    padding-right: 15%;
}*/
.testimonial-slider .owl-item {padding-right: 8px; }
.testi-qoute p {font-size: 30px; 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: 1600px) {



}

@media (max-width: 1400px) {
.testi-qoute p { font-size: 24px;}
.testi-qoute .quote { margin-bottom: 30px;}
.testimonial-star {left: 80px; top: -120px; 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;}



}


@media (max-width: 1300px) {
.testimonial-card {padding: 30px;}
.testi-qoute p {font-size: 20px; }
.name-position span.name, span.position {font-size: 18px; }
.owl-carousel .owl-item .quote img {max-width: 65px; }
.testi-qoute .quote {margin-bottom: 20px; }


}

@media (max-width: 1200px) {
.testimonial-star {left: 10px; top: -120px;}
.testi-qoute {margin-bottom: 30px; }



}


@media (max-width: 960px) {
.testimonial-star {left: 60px; top: -60px; max-width: 160px; }




}


@media (max-width: 767px) {
.testimonial-star {left: 20px; top: -50px; max-width: 120px; }
.testi-qoute p {font-size: 18px; line-height: 1.4; }
.owl-carousel .owl-item .quote img {max-width: 48px; }
.testi-qoute {margin-bottom: 20px; }


}

@media (max-width: 480px) {
.testimonial-slider{padding-top: 30px; }
.testimonial-star {left: 40px; top: -40px; max-width: 120px; }
.testi-qoute p {font-size: 16px; line-height: 1.4; }


}