.testimonial {
  margin-bottom: 150px;
}
.testimonial .description {
  margin-bottom: 35px;
}
.testimonial .page-title {
  margin-bottom: 30px;
}

.testimonial .border-bottom {
  border-bottom: 2px solid #005c9d;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
  .testimonial .border-bottom .background-testimonial {
    width: 100%;
    padding: 15px 45px;
  }
    .testimonial .border-bottom .background-testimonial:after,
    .testimonial .border-bottom .background-testimonial:before {
      content: "";
      display: block;
      position: absolute;
    }
    .testimonial .border-bottom .background-testimonial:before {
      background-image: url(../images/left-quotes.png);
      height: 24px;
      left: 16px;
      top: 0px;
      width: 33px;
    }
    .testimonial .border-bottom .background-testimonial:after {
      background-image: url(../images/rigth-quotes.png);
      bottom: 100px;
      height: 24px;
      right: 16px;
      width: 33px;
    }
    .testimonial .border-bottom .background-testimonial .t-testimonial {
      color: #4e4e4e;
      font-size: 15px;
      text-align: left;
      margin-bottom: 15px;
    }
  .testimonial .border-bottom .t-name {
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0px;
  }

@media only screen and (max-width: 767px) {
}