.testimonial-section {
  background: url('/template/700756ff/images/testimonial-bg.png') no-repeat;
  padding: 150px 0 200px;
  background-size: cover;
  min-height:750px;
  position:relative;
}
.testimonial-section:before{
  content:'';
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  background: rgba(50, 22, 0, 0.78);
}
.testimonial-container .testimonial-title {
    max-width: 570px;
    margin: 0 auto;
}
.testimonial-container {
   position: relative;
   max-width:1100px;
   margin: 0 auto;
   padding:0 30px;
}
.testimonial-section .head-title{
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: center;
  color:#fff;
  margin:0 0 20px 0;
  padding:0;
}
.testimonial-section p{
  font-family: Switzer Variable;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color:#fff;
  margin:0;
  padding:0;
}
