.srv.v4 {
    --opacity: .2;
    --srv-v4-icn-s: 2.78rem;

    .srv-icn {
        font-size: var(--srv-v4-icn-s);
        margin-inline: auto;
        line-height: 0;
    }

    .fnt_t-2 {
        color: var(--fnt-t-co);
    }

    /* -- Top & bottom curve dividers ------------------ */

    .pnl-crv {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;              /* override global svg width/height: 1em */
        pointer-events: none;
        fill: var(--white);
    }

    .pnl-crv-tp { top: -1px; }     /* hide sub-pixel hairline seam */
    .pnl-crv-bt { bottom: -1px; }

    a.bg-bx {
        background: linear-gradient(264deg, #008BCA 2.16%, #076F9E 62.52%), #077BAF;
    }

    @media screen and (min-width:1280px) {
        .pd_v-30 {
            padding-block: 1.56rem;
            padding-inline: 1.11rem;
        }
    }
}