.testi-style1::before {
  content: ' ';
  text-indent: -999999px;
  background: url(https://www.epidemic-marketing.com/wp-content/uploads/2022/01/site2-quote.svg)
    no-repeat scroll center;
  background-size: contain;

  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  /* margin-left: -4rem; */
  z-index: 1;
  /* margin-inline-start: 2em;
  margin-block-start: 2em; */
  margin-block-end: 1em;
}
@media (min-width: 1024px) {
  .testi-style1::before {
    text-indent: -999999px;
    /* margin-inline-start: -1em;
    margin-block-start: 1.5em; */
  }
}

.testi-all-wrap .item-testi {
  margin: 1em;
}

.testi-style1 {
  font-size: 1rem;
  position: relative;
}
.testi-style1 .testi-title {
  margin: 0;
}
.testi-style1 .testi-title cite {
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
}

.testi-all-wrap {
}

.testi-all-wrap .star-rate-cont {
  color: #f17105;
}
.testi-all-wrap .wrap-inner {
  padding: 30px;
  margin: 0 0 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 18px #6b6b6b29;
}
@media (min-width: 768px) {
  .testi-all-wrap .wrap-inner {
    padding: 35px 40px;
    margin: 15px;
  }
}
.testi-all-wrap .wrap-inner .testi-style1 {
  margin: 0;
  padding: 0;
}
/* @media (max-width: 992px) {
  .testi-all-wrap .testi-style1 {
    margin: 0;
    padding: 20px;
  }
} */
.testi-all-wrap .item-testi,
.grid-sizer {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 992px) {
  .testi-all-wrap .item-testi,
  .grid-sizer {
    width: 50%;
    /* padding: 20px 20px 0; */
  }
  .testi-all-wrap .grid-item--width2 {
    width: 100%;
  }
  .testi-all-wrap .grid-item--width3 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .testi-all-wrap .item-testi,
  .grid-sizer {
    width: 33%;
    /* padding: 10px 10px 0; */
  }
  .testi-all-wrap .grid-item--width2 {
    width: 66%;
  }
  .testi-all-wrap .grid-item--width3 {
    width: 100%;
  }
}
