.testimonial-widget .left-column {
  height: 100%;
  background: #f3f6f6;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-widget .image-item {
  text-align: center;
  margin: auto;
  display: table;
}
.testimonial-widget .line-separator{
  margin-bottom: 20px;
}
.testimonial-widget .slick-track{
  display: flex !important;
}
.testimonial-widget .slick-slide{
  height: inherit !important;
}
.testimonial-widget  .testimonial-item > .row{
  height: 100%;
}
.testimonial-widget .author-name h6{
  font-size: 16px;
  color: #172d67;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-widget  .author-designation span{
  font-size: 16px;
  color: #172d67;
}
.testimonial-widget .right-column{
  border: 1px solid rgb(223, 223, 223);
  border-left: none;
  padding: 20px;
  height: 100%;
}
.testimonial-widget .line-separator img{
  width: 100%;
}
.testimonial-widget .testimonial-item [class*="col-"]{
  padding: 0;
}
.testimonial-widget .slick-slide {
  margin: 0 27px;  
}

.testimonial-widget .slick-list {
  margin: 0 -27px;
}

@media(max-width: 575px){
  .testimonial-widget .right-column{
    border-left: 1px solid rgb(223, 223, 223);
  }
  .testimonial-widget .testimonial-item [class*="col-"]{
    width: 100%;
  }