.flex-content.column-links .icon-wrap[data-bg=""] {
    --modified-bg: color-mix(in srgb, var(--icon-bg) 10%, transparent);
    color: var(--icon-bg);
    background-color: var(--modified-bg);
}
.flex-content.column-links#better-together .text ul.check-list > li {
    color: var(--bs-body);
}
.flex-content.column-links#better-together .text ul.check-list > li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300306b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-circle-check-big w-5 h-5 text-accent mt-0.5 flex-shrink-0'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'%3E%3C/path%3E%3Cpath d='m9 11 3 3L22 4'%3E%3C/path%3E%3C/svg%3E");
}