.testimonials {
    padding: 10px 1px;
  }

  .testimonials h3 {
    margin-bottom: 20px;
  }

  .testimonials .card {
    border-bottom: 3px #007bff solid !important;
    transition: 0.5s;
    margin-top: 60px;
  }

  .testimonials-quote {
    background-color: #007bff;
    color: #ffffff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: -40px auto 0 auto;
  }

  .testimonials-photo {
    background-color: #007bff;
    padding: 3px;
    color: #ffffff;
    width: 80px!important;
    height: 80px!important;
    line-height: 80px!important;
    margin: -40px auto 0 auto; 
  }