section.flexi-block.block--content-02 {
    .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;
        }
    }
}
