.bubble_left-section{display:flex;justify-content:center;padding:.5rem 1.5rem}.bubble_left-container{box-sizing:border-box;max-width:1200px;width:100%}.bubble_left-row{align-items:flex-start;display:flex}.bubble_left-row:not(:last-child){margin-bottom:1.5rem}.bubble_left-image-wrap{align-items:center;display:flex;flex-direction:column;flex-shrink:0;width:140px}.bubble_left-image{object-fit:cover;width:100px}.bubble_left-image-text{color:#333;font-size:.85rem;line-height:145%;margin-top:.5rem;text-align:center}.bubble_left-text{background-color:#ececec;border-radius:1rem;flex:1;margin:0 1rem;padding:1rem;position:relative}.bubble_left-text:before{border-bottom:10px solid transparent;border-right:10px solid #ececec;border-top:10px solid transparent;content:"";height:0;left:-10px;position:absolute;top:50%;width:0}@media (max-width:920px){.bubble_left-section{margin:1rem 0}.bubble_left-row{align-items:flex-start;flex-direction:row;gap:1rem}.bubble_left-image-text{font-size:.7rem}.bubble_left-image-wrap{flex-shrink:0;margin-top:0;order:1;width:90px}.bubble_left-text{flex:1;margin:0;min-width:0;order:2}.bubble_left-text:before{content:none}.bubble_left-image{width:80px}}