
.nabout-pr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}
.nabout-pr-t {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.nabout-pr-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-pr-t-d {
	color: var(--Grey, #757575);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
}
.nabout-pr-c {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.nabout-pr-col {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	flex: 1 0 0;
	border-radius: 16px;
	border: 1px solid var(--Light-Grey, #ECECEC);
	background: var(--Extra-Light-Grey, #FAFAFA);
}
.nabout-pr-col-t {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.nabout-pr-col-t-h {
	display: flex;
	padding: 8px 12px;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 8px;
}
.nabout-pr-col-t-h.yelow {
	background: linear-gradient(97deg, #E8EDC6 0.29%, #FCFFBF 150.83%);
}
.nabout-pr-col-t-h.blue {
	background: linear-gradient(97deg, #CAF0FF 0.29%, #DBDAFF 150.83%);
}
.nabout-pr-col-t-h.pink {
	background: linear-gradient(97deg, #FFDCFE 0.29%, #E1CDE9 150.83%);
}
.nabout-pr-col-t-d {
	color: var(--Grey, #757575);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
}
.nabout-pr-col-d ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	list-style: none;
	position: relative;
	padding-left: 0;
}
.nabout-pr-col-d li {
	position: relative;
	padding-left: 35px;
	color: #131313;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
}
.nabout-pr-col-d li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 1px solid var(--Grey, #757575);
}
.nabout-pr-col-d li:after {
	content: " ";
	position: absolute;
	left: 5px;
	top: 5px;
	display: flex;
	width: 10px;
	height: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 100px;
	background: #131313;
}
.nabout-pr-col-i {
	display: flex;
	height: 40px;
	padding: 10px;
	align-items: center;
	gap: 6px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid #B0D5F8;
	background: #F2F6F8;
	overflow: hidden;
	color: var(--Black, #131313);
	text-overflow: ellipsis;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.14px;
}
@media screen and (max-width: 990.98px) {
	.nabout-pr-c {
		flex-direction: column;
	}
}