#base_testimonial {
  text-align: center;
  background-image: url(image/testimonial-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}
#base_testimonial .wrapper {
  padding: 90px 40px 13px 40px;
  width: 52%;
  margin: auto;
  text-align: center;
}
#base_testimonial .wrapper .texts {
  line-height: 28px;
  margin-bottom: 30px;
  position: relative;
}
#base_testimonial .wrapper .texts p {
  margin: 0;
}
#base_testimonial .wrapper .image {
  margin-bottom: 14px;
  display: none;
}
#base_testimonial .wrapper .author {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 500;
}
#base_testimonial .wrapper .texts:before {
  content: "";
  width: 70px;
  height: 70px;
  background-image: url(../image/quote.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -75px;
  margin: 0 auto;
  left: 0;
  right: 0;
} 

@media (max-width: 1200px) {
  #base_testimonial .wrapper {
    padding: 60px 40px 13px 40px;
    width: 58%;
  }
  #base_testimonial .wrapper .texts {
    margin-bottom: 20px;
  }
  #base_testimonial .wrapper .texts:before {
    width: 60px;
    height: 60px;
    background-size: 54px;
    top: -68px;
}
#base_testimonial {
  padding-top: 100px;
  padding-bottom: 100px;
}
}
@media (max-width: 991px) {
  #base_testimonial .wrapper {
    padding: 50px 20px 13px 20px;
    width: 78%;
  }
  #base_testimonial .wrapper .texts {
    margin-bottom: 14px;
  }
  #base_testimonial .wrapper .image {
    margin-bottom: 12px;
  }
  #base_testimonial .wrapper .texts:before {
    width: 50px;
    height: 50px;
    background-size: 48px;
    top: -58px;
  }
  #base_testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #base_testimonial .wrapper .texts {
    line-height: 24px;
    margin-bottom: 10px;
  }
  #base_testimonial .wrapper .author {
    padding: 0 0 2px 0;
  }
  #base_testimonial .wrapper .texts p {
    font-size: 13px;
  }
  #base_testimonial .wrapper .texts:before {
    background-size: 42px;
    top: -50px;
  }
}
@media (max-width: 540px) {
  #base_testimonial .wrapper {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #base_testimonial .wrapper {
    padding: 50px 10px 13px 10px;
  }
  #base_testimonial {
    padding-top: 30px;
    padding-bottom: 30px;
}
}