.testimonials .testimonial-shape {position: relative;-webkit-animation: zoom 5s linear infinite;-moz-animation: zoom 5s linear infinite;-o-animation: zoom 5s linear infinite;animation: zoom 5s linear infinite;animation-delay: 0s;}
.testimonial-shape.shape-one {position: absolute;top: 110px;inset-inline-start: 225px;-webkit-animation-delay: 0.2s;-moz-animation-delay: 0.2s;-o-animation-delay: 0.2s;animation-delay: 0.2s;}
.testimonial-shape.shape-two {position: absolute;top: 385px;inset-inline-start: 60px;-webkit-animation-delay: 0.4s;-moz-animation-delay: 0.4s;-o-animation-delay: 0.4s;animation-delay: 0.4s;}
.testimonial-shape.shape-three {position: absolute;bottom: 140px;inset-inline-start: 300px;-webkit-animation-delay: 0.6s;-moz-animation-delay: 0.6s;-o-animation-delay: 0.6s;animation-delay: 0.6s;}
.testimonial-shape.shape-four {position: absolute;top: 95px;inset-inline-end: 470px;-webkit-animation-delay: 0.1s;-moz-animation-delay: 0.1s;-o-animation-delay: 0.1s;animation-delay: 0.1s;}
.testimonial-shape.shape-five {position: absolute;top: 265px;inset-inline-end: 80px;-webkit-animation-delay: 0.3s;-moz-animation-delay: 0.3s;-o-animation-delay: 0.3s;animation-delay: 0.3s;}
.testimonial-shape.shape-six {position: absolute;bottom: 155px;inset-inline-end: 285px;-webkit-animation-delay: 0.5s;-moz-animation-delay: 0.5s;-o-animation-delay: 0.5s;animation-delay: 0.5s;}
.testimonial-shape figure img {border-radius: 50%;width: 58px;height: 58px;object-fit: cover;}

@media(max-width:1500px){
.testimonial-shape.shape-one{inset-inline-start: 182px;}
.testimonial-shape.shape-three{bottom: 18px;}
.testimonial-shape.shape-four{inset-inline-end: 162px;}
.testimonial-shape.shape-six{bottom: 24px;inset-inline-end: 98px;}
}

@media(max-width:991px){
.testimonial-shape figure img{width: 38px;height: 38px;}
.testimonial-shape.shape-four {inset-inline-end: 78px;}
.testimonial-shape.shape-five {inset-inline-end: 22px;}
.testimonial-shape.shape-one {inset-inline-start: 59px;}
.testimonial-shape.shape-two {inset-inline-start: 16px;}
.testimonial-shape.shape-three {inset-inline-start: 102px;}
}
@media(max-width:768px){
.circle-initials {width: 68px;height: 68px;}
}
@media(max-width:565px){
.testimonial-shape figure img {width: 22px;height: 22px;}
.testimonial-shape.shape-one {inset-inline-start: 7px;}
.testimonial-shape.shape-two {inset-inline-start: -8px;}
.testimonial-shape.shape-three {inset-inline-start: 36px;}
.testimonial-shape.shape-four {inset-inline-end: 2px;}
.testimonial-shape.shape-five {inset-inline-end: -6px;}
.testimonial-shape.shape-six {bottom: 24px;inset-inline-end: 24px;}
.testimonial {padding-bottom: 68px !important;
}
}