/* ==========================================================================
   Featured Guides section (Insights page, above the blog roll)
   Loaded via functions.php -> mb-featured-guides handle.
   The card grid itself inherits .insights-grid from custom189.css,
   so only the section wrapper and the title are styled here.
   ========================================================================== */

.featured-guides {
	padding: 60px 0 10px;
}

.featured-guides .featured-guides-title {
	margin: 0 0 30px;
}


@media (max-width: 767px) {

	.featured-guides {
		padding: 40px 0 0;
	}

	.featured-guides .featured-guides-title {
		margin-bottom: 20px;
	}
}
