.etafe-testimonial .swiper-slide-shadow-cards {
  display: none;
}
.etafe-testimonial .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.etafe-testimonial .quote_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.etafe-testimonial .ratings {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  line-height: 1;
}
.etafe-testimonial .ratings .rating-icon {
  position: relative;
  overflow: hidden;
  display: block;
  --icon-marked-width: 100%;
}
.etafe-testimonial .ratings .rating-icon span {
  color: #D5D5D5;
  display: flex;
  flex-shrink: 0;
}
.etafe-testimonial .ratings .rating-icon span > * {
  flex-shrink: 0;
}
.etafe-testimonial .ratings .rating-icon span.icon-marked {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: var(--icon-marked-width);
  height: 100%;
  color: #FB8B24;
  z-index: 1;
  overflow: hidden;
}
.etafe-testimonial .title,
.etafe-testimonial .quote_icon,
.etafe-testimonial .content-wrapper,
.etafe-testimonial .rating-icon span,
.etafe-testimonial .author-name,
.etafe-testimonial .descripti,
.etafe-testimonial .author-designation,
.etafe-testimonial .testimonial-item {
  transition: var(--etafeTransition);
}
.etafe-testimonial.style-one .testimonial-item {
  display: flex;
  background: var(--etafeShadeColor);
  overflow: hidden;
  border-radius: 10px;
}
.etafe-testimonial.style-one .author-img {
  flex-shrink: 0;
  width: 100%;
  max-width: 220px;
  overflow: hidden;
  z-index: 1;
}
.etafe-testimonial.style-one .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.etafe-testimonial.style-one .content-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
.etafe-testimonial.style-one .title {
  margin: 0;
}
.etafe-testimonial.style-one .author-name {
  margin: 0 0 8px;
}