.ncard-outer {
	display: flex;
	justify-content: flex-start;
}

.ncard-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(50, 50, 50, 0.75);
	color: #ffffff;
	padding: 20px 24px;
	box-sizing: border-box;
}

/* Deco border base */
.ncard-deco {
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
	padding: 12px 14px;
}

/* Border direction variants */
.ncard-deco-top-right {
	border-left: none;
	border-bottom: none;
}

.ncard-deco-top-left {
	border-right: none;
	border-bottom: none;
}

.ncard-deco-bottom-right {
	border-left: none;
	border-top: none;
}

.ncard-deco-bottom-left {
	border-right: none;
	border-top: none;
}

.ncard-deco-all {
	/* all sides visible */
}

/* Text elements */
.ncard-subtitle {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
	line-height: 1.4;
	display: block;
}

.ncard-number {
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px;
	display: block;
}

.ncard-desc {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	display: block;
}

.ncard-logo {
	margin-top: 16px;
}

.ncard-logo img {
	width: 80px;
	height: auto;
	display: block;
}

@media (max-width: 767px) {
	.ncard-number {
		font-size: 48px;
	}
}
