/* WYSIWYG v2
--------------------------------------------- */

.wysiwyg_2 {
    padding: var(--wp--custom--layout--block-gap-xl) 0;
}

.wysiwyg_2 .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, calc(50% - 40px)));
    gap: 80px;
}

.wysiwyg_2 .column {}

.wysiwyg_2__title {
    font-size: var(--wp--preset--font-size--fluid-24);
    color: var(--wp--preset--color--cobalt);
}

/* Variations
--------------------------------------------- */