.features3-wrap{
	max-width: 1150px;
	margin: 0 auto;
}

.features3-head{
	text-align: center;
	max-width: 760px;
	margin: 0 auto 34px auto;
}

.features3-badge{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 16px;
	border-radius: 999px;
	font-size: 13px;
	line-height: 1;
	background: rgba(0,0,0,0.04);
	color: var(--uicolor);
	margin-bottom: 14px;
}

.features3-title{
	font-size: 44px;
	line-height: 1.15;
	margin: 0 0 12px 0;
}

.features3-desc{
	font-size: 14px;
	line-height: 1.75;
	opacity: 0.75;
	max-width: 520px;
	margin: 0 auto;
}

/* Cards Row */
.features3-rows{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 24px;
	margin-top: 28px;
	flex-wrap: wrap;
}

.features3-item{
	flex: 1;
	min-width: 280px;
	max-width: 370px;
	border: 1px solid var(--diver);
	border-radius: 14px;
	padding: 50px 22px 22px 22px;
	position: relative;
	background: #f5efe673;
	text-align: center;
	margin-top: 16px;
}

.features3-icon{
	position: absolute;
	left: 50%;
	top: -26px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--uicolor);
	color: #fff;
	box-shadow: 0 0px 0px 4px var(--diver);
}

.features3-icon svg,
.features3-icon i{
	width: 29px;
	height: 29px;
	font-size: 22px;
}

.features3-info h3{
	font-size: 20px;
	margin: 0 0 10px 0;
}

.features3-item .p-content{
	font-size: 17px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 320px;
}

/* Responsive */
@media (max-width: 1100px){
	.features3-title{ font-size: 38px; }
	.features3-rows{gap: 18px;justify-content: center;}
 }

@media (max-width: 900px){
	.features3-head{ margin-bottom: 26px; }
	.features3-title{ font-size: 32px; }
	.features3-desc{ font-size: 15px; }

}

@media (max-width: 650px){
	.features3-head{ margin-bottom: 22px; }
	.features3-title{ font-size: 28px; }
	.features3-desc{ font-size: 14px; }

	.features3-rows{
		gap: 14px;
		margin-top: 18px;
	}

	.features3-item{
		min-width: 230px;
		margin-top: 21px;
		padding: 40px 16px 16px 16px;
		max-width: 100%;
	}

	.features3-icon{
		width: 54px;
		height: 54px;
		top: -24px;
	}

	.features3-icon svg,
	.features3-icon i{
		width: 26px;
		height: 26px;
		font-size: 20px;
	}

	.features3-info h3{
		font-size: 18px;
	}

	.features3-item .p-content{
		font-size: 15px;
		max-width: 100%;
	}
}

@media (max-width: 420px){
	.features3-title{ font-size: 26px; }
	.features3-badge{ font-size: 12px; padding: 6px 12px; }
}

.-ycwt-features2 .timg-btns {
    justify-content: center;
}