.css-empathy-81-section {
	background-color: #F7FAFC;
	padding: 80px 20px;
	width: 100%;
}

.css-empathy-81-container {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.css-empathy-81-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #1E3A5F;
	margin-top: 0;
	margin-bottom: 24px;
	max-width: 800px;
	line-height: 1.3;
}

.css-empathy-81-p1,
.css-empathy-81-p2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #1E3A5F;
	line-height: 1.8;
	margin-top: 0;
}

.css-empathy-81-p1 {
	margin-bottom: 16px;
}

.css-empathy-81-p2 {
	margin-bottom: 32px;
}

.css-empathy-81-btn-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
}

.css-empathy-81-btn {
	background-color: #2FAE8F;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: 16px 36px;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.3s ease;
}

.css-empathy-81-btn:hover {
	background-color: #1F7A7A;
	color: #FFFFFF;
}

/* Tablet */
@media (min-width: 768px) {
	.css-empathy-81-title {
		font-size: 28px;
	}
}

/* Desktop */
@media (min-width: 1024px) {
	.css-empathy-81-title {
		font-size: 36px;
	}
}
