.sc-a79f6154-grid {
	display: grid;
	gap: 20px;
}

.sc-a79f6154-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sc-a79f6154-image {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sc-a79f6154-content-wrapper {
	position: relative;
	padding: 0 24px 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.sc-a79f6154-icon-wrapper {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -30px;
	margin-bottom: 20px;
	border: 4px solid #fff;
}

.sc-a79f6154-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sc-a79f6154-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.sc-a79f6154-title {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 700;
	color: #1a1a2e;
}

.sc-a79f6154-desc {
	margin: 0 0 20px;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	flex-grow: 1;
}

.sc-a79f6154-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	margin-top: auto;
}

.sc-a79f6154-link:hover {
	opacity: 0.8;
}