.our-testimonial{
  padding: 50px 0 50px;
  background: #F0F0F0 url('../img/testimonial-bg.svg') no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 72.6375px;
}
.our-testimonial .section-title {
  text-align: center;
}
.testimonial-item {
  background: #fff;
  border: 2px solid #ccc;
  padding: 40px;
  margin-bottom: 20px;
}
.testimonial-item .testimonial-header {
  margin-bottom: 20px;
}
.testimonial-header .testimonial-rating {
  margin-bottom: 20px;
  text-align: center;
}
.testimonial-header .testimonial-rating i {
  font-size: 16px;
  color: #F5A200;
  margin-right: 5px;
}
.testimonial-header .testimonial-content {
  text-align: center;
}
.testimonial-header .testimonial-content p {
  color: var(--third-color);
  opacity: 90%;
  margin: 0;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .section-row {
    margin-bottom: 30px;
  }
}