.bubble_gray-section{display:flex;justify-content:center;padding:0 1.5rem}.bubble_gray-container{box-sizing:border-box;max-width:1200px;width:100%}.bubble_gray-row{align-items:center;display:flex;gap:1rem}.bubble_gray-row:nth-last-child(2){margin-bottom:2.5rem}.bubble_gray-image{flex:0 0 auto;height:100px;object-fit:cover;width:100px}.bubble_gray-text{background-color:#ececec;border-radius:1rem;flex:1;padding:1rem;position:relative}.bubble_gray-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_gray-row{align-items:flex-start;flex-direction:column}.bubble_gray-image{margin-top:.5rem;order:2}.bubble_gray-text{order:1;width:100%}.bubble_gray-text:before{border:10px solid transparent;border-bottom:none;border-top-color:#ececec;bottom:-10px;left:50%;top:auto;transform:translateX(-50%)}}