.speech-bubbles{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.speech-bubbles.img-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.speech-bubbles.img-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.speech-bubbles__mobile-title{color:#064a76;margin-bottom:20px}.speech-bubbles__desktop-title{display:none;opacity:0;visibility:hidden}.speech-bubbles__image{-ms-flex-negative:0;flex-shrink:0}.speech-bubble{background-color:#fff;border-radius:24px;font-size:.65rem;margin:20px 0;padding:10px 20px;position:relative}.speech-bubbles.img-right .speech-bubble:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14.1 16.4'%3E%3Cpath fill='%23fff' d='M14.1 8.2 0 16.4V0l14.1 8.2z'/%3E%3C/svg%3E");position:absolute;right:-13px;top:50%;transform:translateY(-50%)}.speech-bubbles.img-left .speech-bubble:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14.1 16.4'%3E%3Cpath fill='%23fff' d='m0 8.2 14.1 8.2V0L0 8.2z'/%3E%3C/svg%3E");left:-13px;position:absolute;top:50%;transform:translateY(-50%)}.speech-bubbles.img-right .speech-bubbles__content{padding-right:20px}.speech-bubbles.img-left .speech-bubbles__content{padding-left:20px}@media (min-width:767px){.speech-bubbles__mobile-title{display:none;opacity:0;visibility:hidden}.speech-bubbles__desktop-title{color:#064a76;display:block;opacity:1;visibility:visible}.speech-bubbles.img-right .speech-bubbles__content{padding-right:40px}.speech-bubbles.img-left .speech-bubbles__content{padding-left:40px}}