.sfl_home-testimonial {
  position: relative;
}
.sfl_home-testimonial {
  background-image: var(--bg-module-img);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sfl_home-testimonial {
  padding: 200px 0;
}
@media (max-width: 991px){
  .sfl_home-testimonial { padding: 170px 0; }
}
.wrapper-home-testimonial {
  position: relative;
}
.testimonial-image img {
  display: block;
  width: 100%;
  height: auto;
}
.sfl_d_flex-testimonial {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sfl_testimonial-item {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .sfl_testimonial-item { width: 50%; }
}
/*
.sfl_testimonial_absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}*/
.testimonial-item-box {
  padding: 10px;
}
.sfl_d_flex-testimonial {
  color: var(--clr-stitle);
}
.sfl_testimonial-item-icon {
  padding-left: 10px;
}
.sfl_testimonial-item-icon {
  width: 70px;
  margin-bottom: 40px;
}
.sfl_testimonial-item-icon svg {
  fill: none;
  stroke: currentColor;
}
.testimonial-item-title {
  color: currentColor;
}
.testimonial-item-title {
  margin-bottom: 45px;
}
.testimonial-item-title {
  font-size: 45px;
}
@media (max-width: 991px) {
  .testimonial-item-title { font-size: 37px; }
}
@media (max-width: 767px) {
  .testimonial-item-title { font-size: 30px; }
}
.testimonial-item-content {
  display: flex;
  align-items: center;
}
.testimonial-item-media {
  flex-shrink: 0;
  line-height: 0;
  margin: 0 31px 0 0;
  width: 78px;
}
.testimonial-item-media img {
  border-radius: 50%;
  width: auto;
}
.testimonial-item-author h6, .testimonial-item-author h3 {  margin: 0; color: currentColor; }
.testimonial-item-author h6 {
  font-size: 15px;
  font-weight: normal;
}
.testimonial-item-author h3 { font-size: 25px; }














