.testimonial-single {
  /* margin-bottom: 20px; */
  padding: 30px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.testimonial-single::before{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: -15px;
  height: 100%;
  background: #da8c5d;
  z-index: -1;
}

.testimonial-single::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.testimonial-quote p {
  /* color: #162542; */
  /* font-weight: 500; */
  /* font-size: 16px; */
  margin-bottom: 0;
}

.testimonial-content{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.testimonial-author-img {
  width: 80px;
  /* height: 80px; */
  padding: 5px;
  border-radius: 50%;
  border: 2px dashed #da8c5d;
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
  font-size: 22px;
  color: #162542;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.testimonial-author-info p {
  color: #da8c5d;
  font-weight: 500;
  margin-bottom: 0;
}

.testimonial-quote-icon{
  position: absolute;
  font-size: 145px;
  right: 26px;
  bottom: 0;
  color: #da8c5d;
  opacity: .15;
}
  
/*==============================================
   Testimonial One
===============================================*/
.testimonial-one {
    position: relative;
    display: block;
    background-color: var(--fixpro-black);
    padding: 60px 0 40px;
    overflow: hidden;
    z-index: 1;
}
 

.testimonial-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* mix-blend-mode: luminosity; */
    z-index: -1;
}

.testimonial-one .section-title__title {
    color: var(--fixpro-white);
}

.testimonial-one .section-title__tagline-border::after {
    /* background: var(--fixpro-black); */
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}
 