<div class="sponsors">
    <h2 class="sponsors_title">2022-2023 FIM Season Sponsor</h2>
    <h3 class="sponsor_subtitle">The Whiting Foundation</h3>
    <ul class="sponsors_list" aria-label="2022-2023 FIM Season Sponsor">
        <li class="sponsor">
            <div class="sponsor_media">
                <img class="sponsor_image" src="//images.fastspot.com/framework/66x59/1" alt="">
            </div>
            <div class="sponsor_description">This activity is supported by the Michigan Council for Arts & Cultural Affairs.</div>
        </li>
        <li class="sponsor">
            <div class="sponsor_media">
                <img class="sponsor_image" src="//images.fastspot.com/framework/64x47/2" alt="">
            </div>
            <div class="sponsor_description">Major funding for the Flint Institute of Music is provided by Charles Stewart Mott Foundation. Learn more at <a href="#">mott.org</a></div>
        </li>
        <li class="sponsor">
            <div class="sponsor_media">
                <img class="sponsor_image" src="//images.fastspot.com/framework/65x61/3" alt="">
            </div>
            <div class="sponsor_description">This program and/or service is funded in whole or in part by the Genesee County Arts Education and Cultural Enrichment Millage funds. Your tax dollars are at work.</div>
        </li>
    </ul>
</div>
<div class="sponsors">
	<h2 class="sponsors_title">2022-2023 FIM Season Sponsor</h2>
	<h3 class="sponsor_subtitle">The Whiting Foundation</h3>
	<ul class="sponsors_list" aria-label="2022-2023 FIM Season Sponsor">
		{% include '@partial-sponsor' with {
			description: 'This activity is supported by the Michigan Council for Arts & Cultural Affairs.',
			image: '//images.fastspot.com/framework/66x59/1',
			alt: ''
		} %}
		{% include '@partial-sponsor' with {
			description: 'Major funding for the Flint Institute of Music is provided by Charles Stewart Mott Foundation. Learn more at <a href="#">mott.org</a>',
			image: '//images.fastspot.com/framework/64x47/2',
			alt: ''
		} %}
		{% include '@partial-sponsor' with {
			description: 'This program and/or service is funded in whole or in part by the Genesee County Arts Education and Cultural Enrichment Millage funds. Your tax dollars are at work.',
			image: '//images.fastspot.com/framework/65x61/3',
			alt: ''
		} %}
	</ul>
</div>

No notes defined.