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