.yj-outcomes-grid {
	justify-content: center;
	max-width: 1488px; 
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

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

/* Divider */
.yj-card .outcome-divider {
    width: 75%;
    height: 1px;
    background: #e3e3e3a8;
}

.decision {
	max-width: 100%;
	text-transform: uppercase;
}

.decision, .outcome {
	margin: 0;
}

@media (max-width: 600px) {
	.yj-outcomes-grid  {
		display: flex;
		flex-direction: column;
	}
}
