.testimonial-carousel .test-member{    display: flex;
    width: 100%;
    align-items: anchor-center;
    gap: 5%;}

.testimonial-carousel{    margin: 0;
    padding-top: 4%;position:relative;}

.testimonial-carousel .test-member .team-image{display:flex;width:320px;height:auto;}

.testimonial-carousel .test-member .team-image img{width:100%;height:auto;min-width: 320px;}


.testimonial-carousel h3{font-size: var(--f-44-20);
    font-weight: 600;
    color: var(--grey-bg);
    padding-bottom: 10px;}
.testimonial-carousel p{font-size: 1.125rem;
    color: var(--grey-bg);
    padding-bottom: 15px;
    font-weight: 400;max-width:780px;}
.testimonial-carousel h4{    font-size: 1.75rem;
    font-weight: 700;
    color: var(--orange);}

.testimonial-carousel .owl-dots .owl-dot span{

    background: #EAEAEA;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;}



.testimonial-carousel .owl-dots .owl-dot.active span{ background: var(--orange);
}
.testimonial-carousel .owl-dots{
display: flex
;
    gap: 7px;
    padding-left: calc(320px + 5%);}























