.rc-09e3d4ea-wrapper {
	display: grid;
	gap: 20px;
	justify-content: center;
	align-items: start;
}

.rc-09e3d4ea-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.rc-09e3d4ea-item:hover {
	transform: translateY(-5px);
}

.rc-09e3d4ea-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FF9800;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	transition: all 0.3s ease;
}

.rc-09e3d4ea-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rc-09e3d4ea-icon svg {
	display: block;
}

.rc-09e3d4ea-title {
	margin-top: 10px;
	font-weight: bold;
	color: #FF9800;
	transition: color 0.3s ease;
}

/* Remove default link styling if anchor is used */
a.rc-09e3d4ea-item {
	text-decoration: none;
}
