2 Options {% include 'components/signup/2-options' %}
#
HTML
<div class="inner sign-up-two-options">
    <div class="sign-up-two-options__heading">
        <h2>SIGN UP TO REC/EIVE OUR <span>LENT DEVOTIONALS</span></h2>
    </div>
    <div class="sign-up-two-options__content center-text">
    <br>
    <div class="large-col-6">
        <picture>
            <source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option1@2x.jpg 2x">
                <img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg" alt="Flyer" title="Flyer">
        </picture>
        <h3 class="sign-up-two-options__option-heading">
            EMAIL DEVOTIONALS
        </h3>
        <p>Sign up to receive a reflection, prayer or poem straight to your inbox every day in Lent.</p>
        <a data-lightbox="1" class="button button--bold show-lightbox" href="#">SIGN UP</a>

    </div>
    <div class="large-col-6">
        <picture>
            <source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option2@2x.jpg 2x">
                <img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg" alt="Flyer" title="Flyer">
            </picture>
            <h3 class="sign-up-two-options__option-heading">
               BOOKLET
            </h3>
            <p>A free booklet containing all of our Lent devotionals for you to read through at your own pace.</p>
            <a data-lightbox="2" class="button button--bold show-lightbox" href="#">SIGN UP</a>
        </div>
    </div>
</div>
Twig
<div class="inner sign-up-two-options">
    <div class="sign-up-two-options__heading">
        <h2>SIGN UP TO REC/EIVE OUR <span>LENT DEVOTIONALS</span></h2>
    </div>
    <div class="sign-up-two-options__content center-text">
    <br>
    <div class="large-col-6">
        <picture>
            <source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option1@2x.jpg 2x">
                <img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option1.jpg" alt="Flyer" title="Flyer">
        </picture>
        <h3 class="sign-up-two-options__option-heading">
            EMAIL DEVOTIONALS
        </h3>
        <p>Sign up to receive a reflection, prayer or poem straight to your inbox every day in Lent.</p>
        <a data-lightbox="1" class="button button--bold show-lightbox" href="#">SIGN UP</a>

    </div>
    <div class="large-col-6">
        <picture>
            <source media="(min-width: 375px)" srcset="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg, /images/mainsite5/big-quiz-night/Customisable_Flyer_Option2@2x.jpg 2x">
                <img src="/images/mainsite5/big-quiz-night/Customisable_Flyer_Option2.jpg" alt="Flyer" title="Flyer">
            </picture>
            <h3 class="sign-up-two-options__option-heading">
               BOOKLET
            </h3>
            <p>A free booklet containing all of our Lent devotionals for you to read through at your own pace.</p>
            <a data-lightbox="2" class="button button--bold show-lightbox" href="#">SIGN UP</a>
        </div>
    </div>
</div>
{}