.speech-bubble-block .list{list-style:none;padding:0}.speech-bubble-block .list li{display:flex;align-items:center;margin-bottom:30px}.speech-bubble-block .list li .author-image{width:80px;margin-right:40px;text-align:center}.speech-bubble-block .list li .author-image img{width:80px;height:80px;margin-bottom:3px}.speech-bubble-block .list li .author-image .author-name{color:#000;text-transform:uppercase;font-weight:700;font-size:14px}.speech-bubble-block .list li .speech{flex:1;position:relative;background:#f2e9e9;border-radius:.4em;padding:20px 15px}.speech-bubble-block .list li .speech::after{content:"";position:absolute;left:0;top:50%;width:20px;height:20px;border:20px solid #fff0;border-right-color:#f2e9e9;border-left:0;border-bottom:0;margin-top:-10px;margin-left:-20px}@media (max-width:992px){.speech-bubble-block .list li .author-image{margin-right:15px}.speech-bubble-block .list li .speech{font-size:12px;padding:15px}}.speech-bubble-block .list li:nth-child(even){flex-direction:row-reverse}.speech-bubble-block .list li:nth-child(even) .author-image{margin-left:40px;margin-right:0}.speech-bubble-block .list li:nth-child(even) .speech{background:#d05f5f;color:#fff}.speech-bubble-block .list li:nth-child(even) .speech::after{content:"";position:absolute;right:0;left:initial;top:50%;width:20px;height:20px;border:20px solid #fff0;border-left-color:#d05f5f;border-right:0;border-bottom:0;margin-top:-10px;margin-right:-20px}