.investment-cards-wrapper-new {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 0px;
	max-width: 1140px;
	margin: 0 auto;
}

.investment-card-new {
	background: #0a111a;
	padding: 64px 60px;
	text-align: left;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .1);
	gap: 32px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-logo-new img {
	max-width: 60px;
	text-align: start;
	margin-bottom: 12px;
	height: 60px;
	object-fit: contain;
}

.card-title-new {
	font-family: Noto Serif;
	font-size: 30px !important;
	font-weight: 300;
	margin-bottom: 8px;
	color: #fff;
	text-align: start;
}

.card-desc-new {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 20px;
	color: #fff;
	text-align: start;
}

.card-features-new {
	margin-bottom: 20px;
}

.feature-row-new {
	display: flex;
	justify-content: start;
	padding: 8px 0;
	font-size: 14px;
	gap: 20px;
}

.feature-label-new {
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	font-family: "Manrope", sans-serif;
}

.feature-value-new {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 28px;
}

.card-button-new {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	background: Transparent;
	font-size: 10px !important;
	line-height: 15px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-family: "Manrope", sans-serif;
	color: rgba(255, 255, 255, .4) !important;
	text-decoration: none;
	transition: all .3s ease;
}

.btn-icon-new {
	width: 13px;
	height: .5px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.investment-card-new {
		padding: 24px 24px;
	}
}