.bg-clip-content {
	margin-bottom: 4rem !important;
	background-color: transparent !important;
}

/* carduri */
.adv-card {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 12px;
	padding: 22px 20px;
	min-height: 110px;
	height: 100%;
	box-sizing: border-box;
}

/* spațiu între coloane */
.mz-row {
	gap: 20px;
}

/* icon */
.adv-icon {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
}

.adv-icon svg {
	width: 40px;
	height: 40px;
	stroke: #222;
	fill: none;
	stroke-width: 1.6;
}

/* text */
.adv-title {
	font-size: 18px;
	font-weight: 600;
	color: #1f1f1f;
	line-height: 1.25;
}

.adv-sub {
	font-size: 13px;
	color: #7a7a7a;
	line-height: 1.35;
	margin-top: 4px;
}

.adv-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.adv-link:hover .adv-title {
	text-decoration: underline;
}
