.zf-implementation-steps {
	justify-content: center;
	max-width: 1224px; 
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

/* Card */
.zf-steps-card {
    display: flex;
    flex-direction: column;
	width: 300px;
    align-items: center;
    padding: 24px;
    border: 1px solid #e3e3e3a8;
    border-radius: 8px;
	flex: 0 0 calc(25% - 16px);
	background: #f6f6f6;
	min-width: 500px;
}

/* Divider */
.zf-steps-card .description-work-divider {
    width: 75%;
    height: 1px;
    background: #e3e3e3a8;
}

.title-work {
	max-width: 80%;
	text-transform: uppercase;
}
.question-number {
	color: #5b5656e3;
}

.title-work, .description-work {
	margin: 0;
}

@media (max-width: 600px) {
.zf-steps-card {
	min-width: 100%;
}
}
