.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;
}
.nabout-two {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	margin-top: 64px;
	margin-bottom: 32px;
}
.nabout-two-h {
	color: var(--Black, #131313);
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 114.286% */
	letter-spacing: -0.28px;
}
.nabout-two-cols {
	display: flex;
	align-items: flex-start;
	gap: 160px;
	align-self: stretch;
}
.nabout-two-col {
	color: var(--Grey, #757575);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
}
@media screen and (max-width: 990.98px) {
	.nabout-two-cols {
		flex-direction: column;
		gap: 32px;
	}
}