.ky-benefits{
	background:#0B0B0B;
	padding:22px 0;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
}
.ky-benefits-bar{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	gap:16px;
}
.ky-benefit-pill{
	display:flex;
	align-items:center;
	gap:8px;
	padding:8px 18px;
	border:1px solid #C8A45B;
	border-radius:30px;
	color:#C8A45B;
	font-size:12px;
	font-weight:600;
	letter-spacing:.5px;
	text-transform:uppercase;
	white-space:nowrap;
}
.ky-benefit-icon{
	font-size:14px;
}
@media(max-width:768px){
	.ky-benefits-bar{
		gap:10px;
	}
	.ky-benefit-pill{
		padding:7px 14px;
		font-size:11px;
	}
}