@charset "utf-8";
    article ._deco_bg_solid {
        background: linear-gradient(-45deg, #1B67C5 20%, #052B54 0%);
    }
    article .speech_bubble {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
    }
    /* article .speech_bubble::after {
        content: "";
        position: absolute;
        bottom: -80px;
        left: calc((100% - 80px) / 2);
        width: 80px;
        height: 40px;
        border-top: 40px solid #F5F7F7;
        border-right: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid transparent;
        }    */