.nabout-one {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
	align-self: stretch;
	margin-top: 32px;
	margin-bottom: 32px;
}
.nabout-one-t {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	align-self: stretch;
}
.nabout-one-h {
	color: var(--Black, #131313);
	text-align: center;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px; /* 110% */
	letter-spacing: -0.4px;
}
.nabout-one-d {
	max-width: 580px;
	color: var(--Grey, #757575);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	letter-spacing: -0.16px;
}
.btn-pr {
	display: flex;
	height: 48px;
	padding: 6px 16px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border-radius: 10px;
	background: var(--Green-Light, #478576);
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
	text-decoration: none;
}