.section--testimonials-wrapper .testimonial--single-item {
    border: 1px solid #EAEAEA;
    background: #fff;
    height:inherit;
    padding: 20px 32px;
    margin-bottom: 28px;
    border-radius: 16px;
   margin-top: 50px;
  min-height: 250px;
}

.section--testimonials-wrapper .testimonial--single-item .testimonials--star-wrapper {
    justify-content: space-between;
    align-items: center;
}

.testimonials--star-wrapper .testimonials--str {
    color: #FFC107;
}

.section--testimonials-wrapper .testimonial--single-item .testimonials--star-wrapper .testimonials--text-wrapper {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100px;
    background: #FCF8F7;
    position: relative;
    margin-top: -70px;
    /* z-index: 1; */
    border: 4px solid #fff;
    color: #532404;
    font-size: 48px;
    font-family: "Cormorant Upright", serif;
    font-weight: 600;
}

.section--testimonials-wrapper .content-grid__slider .swiper-wrapper {
    height: auto !important;
  padding-left:1px;
}

.section--testimonials-wrapper .testimonial--single-item span.h6 {
    background: linear-gradient(270deg, #B75737 1.66%, #532404 71.95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    margin-top: 12px;
  margin-bottom: 12px;
}

.section--testimonials-wrapper .testimonial--single-item .testimonials--text-wrapper.heading {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
}

.section--testimonials-wrapper .testimonial--single-item.swiper-slide.swiper-slide-active .testimonials--text-wrapper.heading {
    color: #B75737;
}

.section--testimonials-wrapper .testimonial--single-item .testimonials--text-wrapper p {
    font-size: 17px;
    margin-top: 12px;
    color: #292929;
    margin-bottom: 0;
}
.section--testimonials-wrapper .testimonial--single-item.swiper-slide.swiper-slide-active {
    border-color: #532404;
}

.section--testimonials-wrapper .testimonial--single-item.swiper-slide.swiper-slide-active .testimonials--star-wrapper .testimonials--text-wrapper {
    background: #B75737;
    color: #fff;
}

.section--testimonials-wrapper .swiper-btn--wrapper {
    justify-content: center !important;
    gap: 15px !important;
    margin: 30px 0 !important;
}

.section--testimonials-wrapper .swiper-btn--wrapper .btn {
    border-radius: 30px;
    width: 48px;
    height: 48px;
    border: 1px solid #B75737 !important;
    padding: 0;
    background: none !important;
}

.section--testimonials-wrapper .swiper-btn--wrapper .btn svg {
    width: 28px !important;
    height: 28px !important;
    /* fill: #B75737 !important; */
}

.section--testimonials-wrapper .swiper-btn--wrapper .btn svg path {
    stroke-width: 2px;
    stroke: #B75737;
}

.section--testimonials-wrapper .swiper-btn--wrapper .btn:hover, .section--testimonials-wrapper .swiper-btn--wrapper .btn:focus {
    background: #B75737 !important;
}

.section--testimonials-wrapper .swiper-btn--wrapper .btn:hover svg path, .section--testimonials-wrapper .swiper-btn--wrapper .btn:focus svg path {
    stroke: #fff;
}

@media only screen and (max-width:1439px){

.section--testimonials-wrapper .testimonial--single-item .testimonials--text-wrapper p {
    font-size: 16px;
}

.section--testimonials-wrapper .testimonial--single-item .testimonials--star-wrapper .testimonials--text-wrapper {
    width: 100px;
    height: 100px;
    font-size: 38px;
}
  
}

@media only screen and (max-width:1199px){

.section--testimonials-wrapper .testimonial--single-item {
    padding: 20px 15px;
}

.section--testimonials-wrapper .testimonial--single-item span.h6 {
    font-size: 24px;
}

.section--testimonials-wrapper .testimonial--single-item .testimonials--text-wrapper.heading {
    font-size: 18px;
}

.section--testimonials-wrapper .testimonial--single-item .testimonials--text-wrapper p {
    font-size: 15px;
}

}

@media only screen and (max-width:991px){

.section--testimonials-wrapper .testimonial--single-item .testimonials--star-wrapper .testimonials--text-wrapper {
    width: 60px;
    height: 60px;
    font-size: 25px;
    border-width: 3px;
  margin-top: -50px;
}

.section--testimonials-wrapper .testimonial--single-item {
    padding: 15px 15px;
}

}

@media only screen and (max-width:767px){

.section--testimonials-wrapper .testimonial--single-item .testimonials--star-wrapper .testimonials--text-wrapper {
    width: 66px;
    height: 66px;
    font-size: 32px;
    border-width: 2px;
    margin-left: 5px;
}

.section--testimonials-wrapper .testimonial--single-item {
    margin-bottom: 10px;
    margin-top: 40px;
}

.section--testimonials-wrapper .testimonial--single-item .testimonials--text-wrapper.heading {
    font-size: 16px;
}

.section--testimonials-wrapper .testimonial--single-item .testimonials--text-wrapper p {
    font-size: 16px;
}

.section--testimonials-wrapper .testimonial--single-item span.h6 {
    font-size: 24px;
    font-weight: 700;
}

.section--testimonials-wrapper .content-grid__slider {
    overflow: visible;
    padding-right: 9%;
}

.section--testimonials-wrapper {
    overflow: hidden;
}

  .section--testimonials-wrapper .content-grid__slider.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B75737;
}

 .section--testimonials-wrapper .content-grid__slider.swiper .swiper-pagination .swiper-pagination-bullet {
    border-color: #B75737;
}
.section--testimonials-wrapper .wrapper-spacing--v.wrapper-spacing--h {
    padding-top: 30px;
    padding-bottom: 35px;
}

}