Non-Member Static content block CTA

Static CTA Block

  • AAA Membership as low as $1 a week!
  • 50% OFF Second Household Member - Classi Level
  • FREE Extra Month of Membership (Get 13 Months for the price of 12)
  • Plus, up to $23.00 in Instant Savings*

Markup

<div class="row non-member-cta">
    <div class="general-content container">
        <div class="flex-content flex-wrapper">
            <div class="col-sm-4 flex-item">
                <div class="copy-wrap flex-wrapper">
                    <a href="#" class="button-link button-link-default button-large alt v-center"
                       title="Button Style Three">Join AAA Now ></a>
                </div>
            </div>
            <div class="col-sm-8 flex-item">
                <div class="copy-wrap flex-wrapper">
                    <ul class="custom v-center">
                        <li>AAA Membership as low as $1 a week!</li>
                        <li>50% OFF Second Household Member - Classi Level</li>
                        <li>FREE Extra Month of Membership (Get 13 Months for the price of 12)</li>
                        <li>Plus, up to $23.00 in Instant Savings*</li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>