
.toto_speech-bubble {
    position: relative;
    background: #3088ce30;
    padding: 12px 16px;
    border-radius: 15px;
}
.toto_speech-bubble header {
    display: none;
}
.toto_speech-bubble:after, .toto_speech-bubble:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.toto_speech-bubble:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #3088ce30;
    border-width: 0px 30px 30px 20px;
    margin-top: -14px;
    margin-left: -2px;
}

@media screen and (max-width: 1023px) {
    .toto_speech-bubble:after {
        border-width: 0px 20px 20px 20px;
    }
}