.sr-cards-testimonial-grid-02 {
  background-position: center center;
  background-size: cover;
}

.sr-cards-testimonial-grid-02 .team-card {
  position: relative;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  height: 100%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 5%);
  margin-top: 0;
}

.sr-cards-testimonial-grid-02 .team-card .teamcard-img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: 2px solid;
  overflow: hidden;
}

.sr-cards-testimonial-grid-02 .team-card .teamcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;turf-testimonial-quote
}

.sr-cards-testimonial-grid-02 .card-link-wrapper {
  display: block;
  width: 100%;
}

.sr-cards-testimonial-grid-02 .team-card .card-text.text-primary {
  letter-spacing: 2px;
  text-transform: uppercase !important;
  font-size: .75rem;
  font-weight: 600;

}
.sr-cards-testimonial-grid-02 .team-card .card-title {
  font-size: 1rem;
  margin: 0 0 5px;
  font-weight: 600;
  color: var(--body_color);
}
.turf-testimonial-quote {
  font-style: italic;
  margin-bottom: 1.5rem;
}
.turf-testimonials .team-card .teamcard-img {
  border: .5rem solid #dcfce7;
}
.turf-testimonial-stars {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.turf-testimonial-stars svg {
  fill: #eab308;
  color: #eab308;
  width: 1.25rem;
  height: 1.25rem;
}
.turf-testimonials .card-text {margin-bottom: 0;}
.turf-testimonials-style_2 .turf-testimonial-stars {justify-content: left;}
.turf-testimonials-style_2 .team-card .teamcard-img {margin-left: 0;}
.turf-testimonials-style_2 .teamcard-hasimg .turf-testimonial-info {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.turf-testimonials-style_2 .teamcard-hasimg {
  margin: 0;
  border: none;
  width: auto;
  height: auto;
  flex: 0 0 48px;
}
.turf-testimonials-style_2 .teamcard-hasimg .teamcard-img {
  margin: 0!important;
  border: none;
  width: auto;
  height: auto;
  flex: 0 0 48px;
}
.turf-testimonials-style_2 .teamcard-hasimg .turf-testimonial-info-text {
  flex: 0 0 calc(100% - 48px);
}
.turf-testimonials-style_2 .teamcard-hasimg .teamcard-img img {
  width: 48px;
  height: 48px;
}

@media (max-width: 990px) {
  .sr-cards-testimonial-grid-02 .team-column {
    margin-bottom: 2rem;
  }
}
@media (min-width: 991px) {
  .sr-cards-testimonial-grid-02 .team-column:nth-child(3n-4) {
    margin: 0 0 2rem 0;
  }
}