.contact-list-container-334 {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.contact-icon {
	width: 56px;
	height: 56px;
	background-color: #EEF3EE; /* Light greenish-grey default */
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #033838;
	flex-shrink: 0;
}

.contact-icon svg {
	width: 20px;
	height: 20px;
	fill: #033838;
}

.contact-text-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-title {
	font-size: 1rem;
	font-weight: 700;
	color: #033838;
	margin-bottom: 2px;
}

.contact-value {
	font-size: 1.15rem;
	color: #033838;
	margin-bottom: 4px;
}

.contact-desc {
	font-size: 0.9rem;
	color: #889696; /* Light grey */
	line-height: 1.4;
}