

.testimonial {
    width:100%;
}

.testimonial-container {
    width:90%;
    height:fit-content;
    margin:1em 5%;
    position: relative;
    display:none;
     flex-direction: row;
     justify-content: space-between;
     align-items: center;

    
}
.testimonial-container:first-of-type {
     display:flex;
}

.testimonial-portrait-container{
     width:25%;
     height:100%;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: flex-start;
}

.testimonial-portrait {

    height:100px;
    width:100px;
    border-radius: 50%;
     float: left;
    
    
}
.testimonial-text {
    margin-left:20px;
    width:75%;
    padding: 5% 0;
   
    line-height: 200%;
}