.our-work-wrapper-103fb331 {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.our-work-title-103fb331 {
	text-align: center;
	margin: 0;
}

.our-work-grid-103fb331 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.our-work-card-103fb331 {
	padding: 30px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	transition: transform 0.3s ease;
}

.our-work-card-103fb331:hover {
	transform: translateY(-5px);
}

.our-work-card-title-103fb331 {
	margin: 0;
	font-weight: 700;
}

.our-work-card-desc-103fb331 {
	margin: 0;
	line-height: 1.6;
}
