.nabout-i {
	display: flex;
	padding: 32px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
	border-radius: 16px;
	border: 1px solid var(--Light-Grey, #ECECEC);
	background: var(--Extra-Light-Grey, #FAFAFA);
	margin-top: 64px;
	margin-bottom: 64px;
}
.nabout-i-t {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.nabout-i-t-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-i-t-d {
	color: var(--Grey, #757575);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
	letter-spacing: -0.16px;
	max-width: 580px;
}
.nabout-i-c {
	display: flex;
	align-items: center;
	gap: 32px;
	align-self: stretch;
}
.nabout-i-c-i {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex: 1 0 0;
	position: relative;
	padding-left: 20px;
}
.nabout-i-c-i:before {
	content: " ";
	width: 4px;
	height: 100%;
	background: var(--Linear, linear-gradient(97deg, #C6EDD1 0.29%, #FCFFBF 150.83%));
	position: absolute;
	left: 0;
}
.nabout-i-c-ic {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.nabout-i-c-i-n {
	color: var(--Black, #131313);
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px; /* 110% */
	letter-spacing: -0.8px;
}
.nabout-i-c-i-d {
	color: var(--Grey, #757575);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.16px;
}
@media screen and (max-width: 990.98px) {
	.nabout-i-c {
		flex-wrap: wrap;
	}
	.nabout-i-c-i {
		flex: 0 0 44%;
	}
}
