
.nabout-team {
	margin-top: 64px;
	margin-bottom: 64px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}
.nabout-team-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-team-tn {
	display: flex;
	align-items: flex-start;
	gap: 4px;
}
.nabout-team-tn-b {
	display: flex;
	height: 48px;
	padding: 6px 16px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border-radius: 10px;
	border: 1px solid #ECECEC;
	background: #FAFBFA;
	color: #757575;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
	cursor: pointer;
}
.nabout-team-tn-b.active {
	background: #131313;
	color: #FFF;
}
.nabout-team-tab-content {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.nabout-team-tb {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
}
.nabout-team-tb-c {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 0 1 calc(25% - 16px);
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: var(--Extra-Light-Grey, #FAFAFA);
}
.nabout-team-tb-c-t {
	display: flex;
	/*height: 360px;*/
	align-items: center;
	align-self: stretch;
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
}
.nabout-team-tb-c-b {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}
.nabout-team-tb-c-b-n {
	color: var(--Black, #131313);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 122.222% */
	letter-spacing: -0.18px;
}
.nabout-team-tb-c-b-e {
	color: var(--Grey, #757575);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.16px;
}
.nabout-team-tb-c-t picture, .nabout-team-tb-c-t img {
	width: 100%;
}

@media screen and (max-width: 990.98px) {
	.nabout-team-tn {
		max-width: 100%;
		overflow-x: scroll;
	}
	.nabout-team-tn-b {
		white-space: nowrap;
	}
	.nabout-team-tb-c {
		flex: 1 1 100%;
	}
}


