﻿/* SPEAK testimonial */
.speak-testimonial {position: relative; display: flex;flex-direction: row;;background-color: var(--color-visual-element-01);width: 100%;margin-top: 32px;margin-bottom: 32px;}
.speak-testimonial-picture {position: relative;width:60%;}
.testimonial-portrait{overflow: ;}
.testimonial-portrait img{height: 100%;}
.speak-testimonial-text {position: relative;/* width: 80%; *//* padding-left: 10%; *//* padding-top: 5%; */margin: auto;}   
.speak-testimonial-text-quote{color: #FFFFFF;font-size: 20px;max-width: 40ch;margin-bottom: 32px;font-weight: bold;}
.speak-testimonial-text-author{color: #FFFFFF;        font-size: 18px;    line-height: 20px;}
.speach-bubble-4 {height:100px; width: 100px;position:absolute; bottom: -40px; right:100px;}

@media (min-width: 320px) and (max-width: 700px) {
  
.speak-testimonial {flex-direction: column;}
.speak-testimonial-picture {width:100% !important;padding: 5%;height:fit-content !important;}
.testimonial-portrait img{width: 100%;}
.speak-testimonial-text {width: 100%; padding-left: 5%; padding-right: 5%; padding-bottom: 5%; }
.speach-bubble-4 {height:80px; width: 80px;position:absolute; bottom: -30px; right:10px;}
.speak-testimonial-text-quote{min-height: 330px;}

}

