section.gt-block.testimonial{margin-top:30px;margin-bottom:30px;background-color:#E4EEFF;padding:20px;display:flex;align-items:center;}
@media screen and (max-width:1050px){
section.gt-block.testimonial{flex-direction:column;justify-content:center;}
}
@media screen and (max-width:860px){
section.gt-block.testimonial{margin-top:25px;margin-bottom:25px;}
}
section.gt-block.testimonial .testimonial__photo{margin-right:25px;flex:none;}
@media screen and (max-width:1050px){
section.gt-block.testimonial .testimonial__photo{margin-right:0px;margin-bottom:20px;}
}
section.gt-block.testimonial .testimonial__photo img{display:block;width:200px;height:auto;border:7px solid white;background-color:white;}
@media screen and (max-width:1050px){
section.gt-block.testimonial .testimonial__photo img{width:150px;}
}
section.gt-block.testimonial .testimonial__content-person{font-size:17px;line-height:27px;font-weight:bold;margin-bottom:15px;}
@media screen and (max-width:1050px){
section.gt-block.testimonial .testimonial__content-person{text-align:center;}
}
section.gt-block.testimonial .testimonial__content-text{font-size:15px;line-height:23px;font-weight:400;}
@media screen and (max-width:1050px){
section.gt-block.testimonial .testimonial__content-text{text-align:center;}
}
section.gt-block.testimonial .testimonial__content-text p{font-size:15px;line-height:23px;font-weight:400;margin-bottom:12px;}
@media screen and (max-width:1050px){
section.gt-block.testimonial .testimonial__content-text p{text-align:center;}
}
section.gt-block.testimonial .testimonial__content-text p:last-child {
margin-bottom: 0px;
}