<div class="news_feature">
    <div class="fs-row">
        <div class="fs-cell fs-lg-10 fs-lg-justify-center">
            <div class="news_feature_inner">
                <div class="news_item_feaure_icon_block">
                    <div class="news_item_feature_label">
                        <span class="news_item_feature_icon">
                            <svg class="icon icon_star">
                                <use xlink:href="/images/icons.svg#star"></use>
                            </svg>
                        </span>
                        <span class="news_item_feature_label_text">Featured News</span>
                    </div>
                </div>
                <div class="news_item">
                    <figure class="news_item_figure">
                        <a class="news_item_figure_link" href="#" aria-label="Read more about Choosing the Right Car Seat" tabindex="-1">
                            <span class="lazy_image_wrapper news_item_image_wrapper">
                                <img class="js-lazy js-lazyload news_item_image" data-sizes="auto" src="/images/placeholder.png" data-src="https://images.fastspot.com/mdot-zero-deaths-md/300x200/1" data-srcset="https://images.fastspot.com/mdot-zero-deaths-md/300x200/1 300w, https://images.fastspot.com/mdot-zero-deaths-md/500x334/1 500w, https://images.fastspot.com/mdot-zero-deaths-md/740x494/1 740w, https://images.fastspot.com/mdot-zero-deaths-md/980x654/1 980w" alt="">
                            </span>
                            <noscript>
                                <img class="news_item_image" src="https://images.fastspot.com/mdot-zero-deaths-md/980x654/1" srcset="https://images.fastspot.com/mdot-zero-deaths-md/980x654/1 980w, https://images.fastspot.com/mdot-zero-deaths-md/740x494/1 740w, https://images.fastspot.com/mdot-zero-deaths-md/500x334/1 500w, https://images.fastspot.com/mdot-zero-deaths-md/300x200/1 300w" sizes="100vw" alt="">
                            </noscript>
                        </a>
                    </figure>
                    <div class="news_item_wrapper">

                        <div class="news_item_header">

                            <div class="news_item_categories">
                                <div class="news_item_category_hint">Categories</div>
                                <ul class="news_item_category_list" aria-label="Categories">
                                    <li class="news_item_category">
                                        <a class="news_item_category_link" href="page-news-category.html">Seat Belts & Car Seats</a>
                                    </li>
                                </ul>
                            </div>

                            <h2 class="news_item_title">

                                <a href="#" class="news_item_title_link">
                                    <span class="news_item_title_link_inner">
                                        <span class="news_item_title_link_label">Choosing the Right Car Seat</span>
                                    </span>
                                </a>
                            </h2>
                        </div>
                        <div class="news_item_body">
                            <div class="news_item_details">
                                <div class="news_item_detail news_item_date">
                                    <span class="news_detail_label_title">Published:</span><br />
                                    <span class="news_item_detail_hint">Published:</span>
                                    <time class="news_item_detail_label" datetime="2019-01-01 17:00:00">
                                        January 1, 2019
                                    </time>
                                </div>
                            </div>
                            <div class="news_item_description">
                                <p>As part of Child Passenger Safety Week, we’re taking a look at common types of car seats and how to choose the best one for your child. Should they ride forward facing or rear facing?</p>
                            </div>

                            <div class="news_item_link">
                                <span class="news_item_link_button">

                                    <a href="#" class="cta_link">
                                        <span class="cta_link_inner">
                                            <span class="cta_link_label">Read This Article</span>
                                            <span class="cta_link_icon" aria-hidden="true">
                                                <span class="cta_link_icon_inner">
                                                    <span class="cta_link_icon_space">&#xfeff;</span>
                                                    <svg class="icon icon_arrow_right">
                                                        <use xlink:href="/images/icons.svg#arrow_right"></use>

                                                    </svg>
                                                </span>
                                            </span>
                                        </span>
                                    </a>
                                </span>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- END: News Item -->
            </div>
        </div>
    </div>
</div>
<div class="news_feature">
	<div class="fs-row">
		<div class="fs-cell fs-lg-10 fs-lg-justify-center">
			<div class="news_feature_inner">
				{% render '@partial-news-item'
					with
					{
						item: item
					}
				%}
			</div>
		</div>
	</div>
</div>

No notes defined.