body.widget-snippet {
    padding: 40px;
}
.snippet-two-columns-of-text h1 {
    color: var(--bk-h1-color, #000000);
    font-size: var(--bk-h1-size, 24px);
    font-weight: var(--bk-h1-weight, 400);
    line-height: var(--bk-h1-line-height, 1.5);
    margin-bottom: 10px;
}
.snippet-two-columns-of-text .col-sm-6:nth-child(2n+1) {
    clear: left;
}
