<div class="news_blog_feature">
    <div class="fs-row">
        <div class="fs-cell">
            <div class="news_blog_feature_inner">
                <div class="news_blog_feature_header">
                    <h2 class="news_blog_feature_title">School of Medicine News & Blog</h2>
                    <div class="news_blog_feature_header_links">
                        <a href="#" class="news_blog_feature_header_link">Blog</a>
                        <a href="#" class="news_blog_feature_header_link">News</a>
                    </div>
                </div>
                <div class="news_blog_feature_feature">
                    <figure class="news_blog_feature_feature_figure">

                        <img class="news_blog_feature_feature_image" srcset="https://images.fastspot.com/generic/980x552/2 980w, https://images.fastspot.com/generic/740x416/2 740w, https://images.fastspot.com/generic/500x282/2 500w, https://images.fastspot.com/generic/300x169/2 300w" src="https://images.fastspot.com/generic/300x169/2" alt="" loading="lazy" width="300" height="169">
                        <span class="news_blog_feature_feature_icon">
                            <svg class="icon icon_video">
                                <use href="/images/icons.svg#video" />
                            </svg>
                        </span>
                    </figure>
                    <div class="news_blog_feature_feature_wrapper">
                        <h3 class="news_blog_feature_feature_title">
                            <a href="#" class="news_blog_feature_feature_title_link">How to find scholarships for Medical School</a>
                        </h3>
                        <a href="#" class="news_blog_feature_feature_category">School of Medicine Blog</a>
                        <span class="news_blog_feature_feature_description">For most pre-med students, the challenge of paying for medical school is aways top of mind.</span>
                    </div>
                </div>
                <div class="news_blog_feature_list">
                    <div class="news_blog_feature_list_item">
                        <figure class="news_blog_feature_list_item_figure">

                            <img class="news_blog_feature_list_item_image" srcset="https://images.fastspot.com/generic/980x552/3 980w, https://images.fastspot.com/generic/740x416/3 740w, https://images.fastspot.com/generic/500x282/3 500w, https://images.fastspot.com/generic/300x169/3 300w" src="https://images.fastspot.com/generic/300x169/3" alt="" loading="lazy" width="300" height="169">
                        </figure>
                        <div class="news_blog_feature_list_item_wrapper">
                            <h3 class="news_blog_feature_list_item_title">
                                <a href="#" class="news_blog_feature_list_item_title_link">NCFMEA: SGU Med School Accreditor On Par With US Schools </a>
                            </h3>
                            <a href="#" class="news_blog_feature_list_item_category">School of Medicine</a>
                            <span class="news_blog_feature_list_item_description"></span>
                        </div>
                    </div>
                    <div class="news_blog_feature_list_item">
                        <figure class="news_blog_feature_list_item_figure">

                            <img class="news_blog_feature_list_item_image" srcset="https://images.fastspot.com/generic/980x552/4 980w, https://images.fastspot.com/generic/740x416/4 740w, https://images.fastspot.com/generic/500x282/4 500w, https://images.fastspot.com/generic/300x169/4 300w" src="https://images.fastspot.com/generic/300x169/4" alt="" loading="lazy" width="300" height="169">
                            <span class="news_blog_feature_list_item_icon">
                                <svg class="icon icon_podcast">
                                    <use href="/images/icons.svg#podcast" />
                                </svg>
                            </span>
                        </figure>
                        <div class="news_blog_feature_list_item_wrapper">
                            <h3 class="news_blog_feature_list_item_title">
                                <a href="#" class="news_blog_feature_list_item_title_link">From The Deep South To Down Under: How This SVM Grad Found “The Place To Be” </a>
                            </h3>
                            <a href="#" class="news_blog_feature_list_item_category">School of Medicine</a>
                            <span class="news_blog_feature_list_item_description"></span>
                        </div>
                    </div>
                    <div class="news_blog_feature_list_item">
                        <figure class="news_blog_feature_list_item_figure">

                            <img class="news_blog_feature_list_item_image" srcset="https://images.fastspot.com/generic/980x552/5 980w, https://images.fastspot.com/generic/740x416/5 740w, https://images.fastspot.com/generic/500x282/5 500w, https://images.fastspot.com/generic/300x169/5 300w" src="https://images.fastspot.com/generic/300x169/5" alt="" loading="lazy" width="300" height="169">
                        </figure>
                        <div class="news_blog_feature_list_item_wrapper">
                            <h3 class="news_blog_feature_list_item_title">
                                <a href="#" class="news_blog_feature_list_item_title_link">New SGU Orthopaedic Surgery Club Preps Students For Competitive Specialty</a>
                            </h3>
                            <a href="#" class="news_blog_feature_list_item_category">School of Medicine</a>
                            <span class="news_blog_feature_list_item_description"></span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="news_blog_feature">
	<div class="fs-row">
		<div class="fs-cell">
			<div class="news_blog_feature_inner">
				<div class="news_blog_feature_header">
					<h2 class="news_blog_feature_title">{{ group_title }}</h2>
					{% if links %}
					<div class="news_blog_feature_header_links">
						{% for link in links %}
						<a href="{{ link.url }}" class="news_blog_feature_header_link">{{ link.label }}</a>
						{% endfor %}
					</div>
					{% endif %}
				</div>
				<div class="news_blog_feature_feature">
					<figure class="news_blog_feature_feature_figure">
						{% include '@partial-image' with {
							class: 'news_blog_feature_feature',
							alt: '',
							image: feature.image,
							loading: 'lazy',
							sources: [
								img.wide.med,
								img.wide.sml,
								img.wide.xsml,
								img.wide.xxsml
							]
						} %}
						{% if feature.video %}
							<span class="news_blog_feature_feature_icon">{{ icon("video") }}</span>
						{% elseif feature.podcast %}
							<span class="news_blog_feature_feature_icon">{{ icon("podcast") }}</span>
						{% endif %}
					</figure>
					<div class="news_blog_feature_feature_wrapper">
						<h3 class="news_blog_feature_feature_title">
							<a href="#" class="news_blog_feature_feature_title_link">{{ feature.title }}</a>
						</h3>
						<a href="#" class="news_blog_feature_feature_category">{{ feature.category }}</a>
						<span class="news_blog_feature_feature_description">{{ feature.description }}</span>
					</div>
				</div>
				<div class="news_blog_feature_list">
					{% for item in items %}
					<div class="news_blog_feature_list_item">
						<figure class="news_blog_feature_list_item_figure">
							{% include '@partial-image' with {
								class: 'news_blog_feature_list_item',
								alt: '',
								image: item.image,
								loading: 'lazy',
								sources: [
									img.wide.med,
									img.wide.sml,
									img.wide.xsml,
									img.wide.xxsml
								]
							} %}
							{% if item.video %}
								<span class="news_blog_feature_list_item_icon">{{ icon("video") }}</span>
							{% elseif item.podcast %}
								<span class="news_blog_feature_list_item_icon">{{ icon("podcast") }}</span>
							{% endif %}
						</figure>
						<div class="news_blog_feature_list_item_wrapper">
							<h3 class="news_blog_feature_list_item_title">
								<a href="#" class="news_blog_feature_list_item_title_link">{{ item.title }}</a>
							</h3>
							<a href="#" class="news_blog_feature_list_item_category">{{ item.category }}</a>
							<span class="news_blog_feature_list_item_description">{{ item.description }}</span>
						</div>
					</div>
					{% endfor %}
				</div>
			</div>
		</div>
	</div>
</div>

No notes defined.