/* ============================================================
   AGENT RESOURCES SECTION
============================================================ */

.h2v-agent-resources-section {
	padding: 0px 0px 0px;
	background: transparent;
}

.h2v-agent-resources-container {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
}

/* ============================================================
   HEADERS
============================================================ */

.h2v-agent-resources-title {
	font-size: 36px;
	font-weight: 700;
	color: #1d3557;
	margin-bottom: 14px;
}

.h2v-agent-resources-subtitle {
	font-size: 18px;
	color: #444;
	max-width: 760px;
	margin: 0 auto 45px;
	line-height: 1.5;
}

/* ============================================================
   GRID
============================================================ */

.h2v-agent-resources-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 30px;
}
