.m_speech_bubble{display:flex;gap:20px;margin-top:30px}.m_speech_bubble+*{margin-top:30px}.m_speech_bubble__icon{box-sizing:border-box;padding:0;width:120px}.m_speech_bubble__icon-image{object-fit:cover;vertical-align:bottom;width:100%}.m_speech_bubble__icon--text{font-size:12px!important;font-weight:700!important;margin:5px 0 0;text-align:center}.m_speech_bubble__text{background-color:#eee;border-radius:6px;box-sizing:border-box;max-width:calc(100% - 140px);min-width:60%;padding:20px 30px;position:relative}.m_speech_bubble__text:before{background:#eee;clip-path:polygon(100% 0,0 50%,100% 100%);content:"";display:inline-block;height:20px;left:-9px;position:absolute;top:18px;width:10px}.m_speech_bubble__text ul{box-sizing:border-box;list-style:none;margin:10px 0;padding:0 0 0 2.5em}.m_speech_bubble__text ul li{box-sizing:border-box;list-style:none;position:relative}.m_speech_bubble__text ul li:before{background-color:#333;border-radius:50%;content:"";display:block;height:6px;left:-1em;position:absolute;top:.6em;width:6px}@media screen and (max-width:768px){.m_speech_bubble__icon{width:80px}.m_speech_bubble__icon--text{font-size:8px!important}.m_speech_bubble__text{max-width:calc(100% - 100px)}}