.testimonial-module {
  display: flex !important;
  flex-flow: row;
  border-radius: 70px;
  overflow: hidden;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,.1);
  background:white;
}

.testimonial-module > div{
  display: flex;
  flex-flow: column;
}

.testimonial-module .image-part {
  flex: 0 0 37%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 0% !important;
  padding: 15rem 0;
}

h3, blockquote{
  color: #3d5761;
}

.testimonial-module .logo-part {
  margin-left: 0;
  margin-bottom:2rem;
}

.testimonial-module .info-part {
    flex: 0 0 63%;
    text-align: left;
    padding: 4rem;
    padding-left: 4.5rem;
    padding-bottom: 5.5rem;
    box-sizing: border-box;
    position: relative;
}

a.button.testimonial {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: transparent;
    text-transform: initial;
    text-align: right;
    padding-right: 2rem;
    box-sizing: border-box;
    z-index: 10;
    color: rgb(200,3,46);
}

.testimonial-module:hover a.button.testimonial,
.testimonial-module:focus a.button.testimonial {
    color:#ffffff;
}


@media screen and (max-width: 640px){
  a.button.testimonial:before {
    transition: all 0s ease-in-out !important;
}
  .testimonial-module .info-part {
    padding-bottom: 3rem;
}
  .testimonials-part .slick-list.draggable .slick-slide > div{
    padding: 0 1rem !important;
    box-sizing:border-box !important;
  }
}
