/* Component: testimonials-slider */
.eg-testimonials-slider-container {
  margin-left: -1rem;
  margin-right: -1rem;
}

.eg-test-item-content-container {
  background-color: #fddbba;
  line-height: 1.8;
  font-size: 18px;
  ;
}

.eg-testimonials-slide-heart-container {
  right: 25px;
  top: -45px;
}

.eg-testimonials-slide-arrow-container {
  gap: 20px;
}

.eg-slider-btn {
  height: 50px;
  width: 50px;
}

@media(min-width: 768px) {

  .eg-test-item-content {
    margin-right: 200px;
  }

}