.feedback-module{align-items:center;display:flex;gap:10px}.left-column{font-size:16px;width:40%}.right-column{align-items:center;display:flex;position:relative;width:60%}.arrow_box{background:#88b7d5;border:4px solid #c2e1f5;position:relative}.arrow_box:after,.arrow_box:before{border:solid transparent;content:"";height:0;pointer-events:none;position:absolute;right:100%;top:50%;width:0}.arrow_box:after{border-color:rgba(136,183,213,0) #88b7d5 rgba(136,183,213,0) rgba(136,183,213,0);border-width:30px;margin-top:-30px}.arrow_box:before{border-color:rgba(194,225,245,0) #c2e1f5 rgba(194,225,245,0) rgba(194,225,245,0);border-width:36px;margin-top:-36px}.speech-bubble{align-items:center;background:#fff;border:2px solid #6a5acd;border-radius:10px;display:flex;padding:25px;position:relative}.speech-bubble:before{border-bottom:14px solid transparent;border-right:18px solid #6a5acd;border-top:14px solid transparent;left:-19px}.speech-bubble:after,.speech-bubble:before{content:"";height:0;position:absolute;top:50%;transform:translateY(-50%);width:0}.speech-bubble:after{border-bottom:12px solid transparent;border-right:16px solid #fff;border-top:12px solid transparent;left:-16px}@media (max-width:768px){.feedback-module{align-items:center;flex-direction:column;text-align:center}.left-column,.right-column{width:100%}.speech-bubble{position:relative;text-align:center}.speech-bubble:before{border-bottom:18px solid #6a5acd;border-left:14px solid transparent;border-right:14px solid transparent;bottom:100%}.speech-bubble:after,.speech-bubble:before{left:50%;top:auto;transform:translateX(-50%)}.speech-bubble:after{border-bottom:16px solid #fff;border-left:12px solid transparent;border-right:12px solid transparent;bottom:99.7%}}