.nabout-tree-block {
	display: flex;
	padding: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	border-radius: 16px;
}
.nabout-tree-block.yelow {
	background: linear-gradient(97deg, #FFC481 0.29%, #F2F77E 100%);
}
.nabout-tree-block.green {
	background: #244140;
}
.nabout-tree-h {
	text-align: center;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 114.286% */
	letter-spacing: -0.56px;
}
.nabout-tree-d {
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
	max-width: 460px;
}
.yelow .nabout-tree-h {
	color: var(--Black, #131313);
}
.yelow .nabout-tree-d {
	color: #434343;
}
.green .nabout-tree-h {
	color: #FFF;
}
.green .nabout-tree-d {
	color: #C9C9C9;
}