
.testimonial-block{
  margin: 0 15px;
  height: 100%;
  position: relative;
  padding-top: 60px;
}

.testimonial-image{
  margin-top: -50px;
  margin-bottom: 30px;
}

.testimonial-image img{
  max-width: 100px;
  width: 100px !important;
  height: 100px !important;
  border-radius: 100%;
  margin: 0 auto;
}

.testimonial-content{
  height: 100%;
  padding: 0 30px 90px;
}

.testimonial-info{
  position: absolute;
  bottom: 30px;
}