@use "../base/mixins";

section.flexi-block.block--content-03 {
    .content {
        max-width: var(--container-width);

        h1, h2, h3, h4 {
            font-size: clamp(1.75rem, 4vw, 4rem);
            line-height: 1.125;
            margin-top: 0;
            margin-bottom: clamp(18px, 4vw, 33px);
            max-width: 850px;
        }

        .eyebrow {
            color: var(--c-primary);
            font-size: clamp(.875rem, 4vw, 1.125rem) !important;
            margin-bottom: clamp(8px, 4vw, 12px) !important;
        }

        .button-group {
            justify-content: center;
            margin-top: 50px;
        }

        &:last-child {
            margin-bottom: 0;
        }

        @include mixins.min-width(m) {
            .columns {
                column-count: 2;
                column-gap: var(--site-gutter);

                > * {
                    break-inside: avoid;
                }
            }
        }
    }
}
