.wsm-3e9c12af-wrapper {
	padding: 80px 20px;
	background-color: #ffffff;
}

.wsm-3e9c12af-container {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wsm-3e9c12af-heading {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.2;
	color: #54595F; /* Target Avenue Secondary */
	margin: 0 0 16px 0;
}

@media (min-width: 768px) {
	.wsm-3e9c12af-heading {
		font-size: 2.5rem;
	}
}

.wsm-3e9c12af-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.6;
	color: #7A7A7A; /* Target Avenue Text */
	margin: 0;
}

.wsm-3e9c12af-highlight {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #54595F; /* Target Avenue Secondary */
}