.nabout-ab {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
	margin-top: 64px;
	margin-bottom: 64px;
}
.nabout-ab-t {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.nabout-ab-t-b {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: linear-gradient(291deg, #A3F0A6 -35.6%, #D6FE94 166.12%);
	color: var(--Black, #131313);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 122.222% */
	letter-spacing: -0.18px;
}
.nabout-ab-t-t {
	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-ab-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-ab-b {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	
}
.nabout-ab-b-s {
	padding: 32px;
	min-height: 480px;
}
.nabout-ab-b-s-c {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    min-height: 416px;
}
.nabout-ab-desc {
	display: flex;
	max-width: 456px;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 140% */
	letter-spacing: -0.2px;
}
.nabout-ab-desc-t {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
}
.nabout-ab-desc-b {
	display: flex;
	height: 50px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}
.nabout-ab-desc-b-name {
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 122.222% */
	letter-spacing: -0.18px;
}
.nabout-ab-desc-b-s {
	color: #B5B5B5;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.16px;
}
.nabout-slider .slider-arrow {
	display: flex;
	width: 40px;
	height: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 96px;
	border: 1px solid var(--Light-Grey, #ECECEC);
	background: var(--Extra-Light-Grey, #FAFAFA);
	cursor: pointer;
	transition: background 0.2s;
}
.nabout-slider .slider-arrow:hover {
  background-color: #f3f3f3;
}
.nabout-slider .owl-nav {
  position: absolute;
  top: 45px;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  gap: 12px;
}
.nabout-slider .owl-carousel {
  position: relative;
}