 .reviews-long-wrap {
     width: 100%;
     display: flex;
     flex-direction: column;
 }

 .reviews-long-wrap-inner {
     padding-left: 1.5rem;
     padding-right: 1.5rem;
 }

 .reviews-long-wrap-container {
     box-sizing: border-box;
 }

 .reviews-long-wrap-padding {
     padding-top: 20px !important;
 }

 .size-changer {
     width: auto !important;
     margin-bottom: 0 !important;
     display: block;
     position: relative;
     color: #333;
 }

 .review-praise-section {
     position: relative;
     overflow: hidden;
     transform: translate3d(0, 0, 0);
     width: auto !important;
     transition: height .5s ease-in-out;
 }

 .review-stage {
     position: relative;
     touch-action: manipulation;
     backface-visibility: hidden;
 }

 .review-item-2 {
     min-height: 1px;
     float: left;
     backface-visibility: hidden;
     transform: translate3d(0, 0, 0);
     position: relative;
 }

 .testimonial-flex {
     position: relative;
     height: 100%;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
     max-width: 1256px;
     user-select: none;
     margin-bottom: 10px;
 }

 .testimonials-cover {
     display: flex;
     justify-content: center;
     text-align: center;
     cursor: grab;
 }

 .owl-dots {
     margin: 0px;
 }


 .testimonial-stars {
     height: 100%;
     align-items: center;
     position: relative;
     z-index: 1;
     display: flex;
     flex-direction: row;
     text-align: center;
     padding: 0px;
     justify-content: center;
 }


 .testimonial-rating {

     font-size: 1.7rem !important;
     position: relative;
     text-align: initial;

     line-height: 1;
     width: 5.7em;
 }

 .review-stars {
     grid-column-start: 2;
     padding-left: 20px;
 }

 .star {
     width: 18px;
     height: 18px;
     display: inline-block;
     margin: 0 !important;
     margin-right: 0px;
     margin-right: 1px !important;
     background-size: contain;
     background-repeat: no-repeat;
 }

 .testimonial-stars .star.f {
     filter: brightness(.5) hue-rotate(90deg);
     width: 30px;
 }

 .star.f {
     background-image: url("https://cdn.trustindex.io/assets/platform/Google/star/f.svg");
 }

 .star.e {
     background-image: url("https://cdn.trustindex.io/assets/platform/Google/star/e.svg");
 }

 .flex-filler {
     flex-grow: 1;
 }


 .testimonial-text {
     max-width: 1256px;
 }

 .testimonial-text p {
     text-align: center;
     max-width: 90vw;
     word-wrap: break-word;
     white-space: normal;
     font-size: 18px;
     margin-top: 10px;
 }

 .testimonial-name p {
     font-weight: 600;
     font-size: 1.1rem;
     margin: 0px;
 }

 .testimonial-rating::before {
     position: absolute;
     font-weight: 400;

 }

 .testimonial-rating i {
     font-style: normal;
 }

 .testimonial-rating i {
     vertical-align: top;
     font-weight: 900;
     font-size: 1.2rem !important;
 }

 /*


@media(min-width: 401px) {}

.leaflet-top,
.leaflet-bottom {
    z-index: 900 !important;
} */