.person-wrapper {
    display: flex;
    align-items: center;
}
.person-wrapper span {
    display: inline-block;
}
.person-wrapper img {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    margin-right: 2rem;
    border-radius: 100%;
}

.person-wrapper p {
    margin: 0;
}

.testimonial-block.name-and-potrait-above-testimonial {
    display: flex;
    flex-direction: column-reverse;
}
.testimonial-block.name-and-potrait-above-testimonial .person-wrapper {
    margin-bottom: 3rem;
}
.testimonial-block.name-and-potrait-above-testimonial p {
    margin-bottom: 0;
}

/* Desktop small */
@media only screen and (max-width: 1100px) {
  
}

/* Tablet */
@media only screen and (max-width: 700px) {
  
}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}