.case-study-content .case-study-row {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}

.case-study-col {
	width: 100%;
}

/* Tablet i desktop */
@media (min-width: 768px) {
	.case-study-row {
		flex-direction: row;
		gap: 40px;
	}
	.case-study-left-column {
		flex: 0 0 40%;
	}
	.case-study-right-column {
		flex: 0 0 55%;
	}
	.case-study-lead-col {
		flex: 0 0 45%;
	}
	.case-study-image-col {
		flex: 0 0 50%;
	}
}
