/* Created by Content Blocks */
.frame-type-m3_actionbox {
    .action-box {
        border: 6px solid;
        padding: var(--space-medium) !important;
        border-image: linear-gradient(to right, #2484c9, #294f6c) 1;
        background-image: url(c2a.png);
        background-repeat: no-repeat;
        background-position: right;
        text-align: center;
        h2 {
            text-transform: uppercase;
            font-weight: bold;
        }
    }
}