.testimonial-module {
  display: flex;
  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: 100% !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: cover !important;
  padding: 15rem 0;
}

h3, blockquote{
  color: #3d5761;
}

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

.testimonial-module blockquote, .testimonial-module q {
    quotes: none;
    font-size: 16px;
    line-height: 180%;
}

.testimonial-module .info-part {
    flex: 0 0 63%;
    text-align: left;
    padding: 3rem;
    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: 1280px){
.testimonial-module blockquote, .testimonial-module q {
    quotes: none;
    font-size: 14px;
    line-height: 140%;
}
}

@media screen and (max-width: 640px){
  a.button.testimonial:before {
    transition: all 0s ease-in-out !important;
}
}