/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 09:07:38 */
.feature-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
	width: 906px;

	.et_pb_column {
		width: 270px !important;
		min-height: 180px !important;
		margin: 0 !important;

		.et_pb_icon {
			margin-bottom: 24px;
		}
	}
}

/* Tablet */
@media (max-width 980px) {
	.feature-grid {
		gap: 24px;
		justify-content: center;
		
		.et_pb_column {
			width: 270px !important;
			margin: auto !important;
		}
	}
}

/* Mobile */
@media (max-width: 767px) {
	.feature-grid {
		
		.et_pb_column {
			width: 270px !important;
			margin-bottom: 0 !important;
			margin: auto !important;
		}
	}
}