.block_quote{background:#f7f7f2;border-radius:20px;padding:20px}.block_quote .content{align-items:center;display:flex;flex-wrap:wrap}.block_quote .text_part{padding-right:20px;width:75%}.block_quote .text_part h4{font-size:20px;margin-top:0}.block_quote .text_part p{font-size:14px;margin:0}.block_quote .img_part{width:25%}.block_quote .img_part div{padding-top:100%;position:relative}.block_quote .img_part img{border-radius:100%;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.block_quote .img_part p{display:none}@media (max-width:767px){.block_quote .text_part{width:100%}.block_quote .text_part p{display:none}.block_quote .img_part{align-items:flex-start;display:flex;margin-top:20px;padding:0;width:100%}.block_quote .img_part div{margin-right:20px;padding-top:30%;width:30%}.block_quote .img_part p{display:block;margin:0;width:70%}}