.cases {
	padding-top: var(--py-section);
	padding-bottom: var(--py-section);
	background-size: cover;
	background-repeat: no-repeat;
}

.cases h3 {
	font-family: var(--font-family-body), sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 30px;
}

.cases-inner {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	justify-content: space-between;
}

.cases-list {
	width: 100%;
}

.cases-inner ul {
	margin-bottom: 0;
}

.cases-inner li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	margin-bottom: 14px;
}

.cases-inner li:last-child {
	margin-bottom: 0;
}

.cases-inner li:after {
	content: '\f068';
	position: absolute;
	left: 0;
	top: 2px;
	font-weight: 700;
	font-size: 14px;
	font-family: var(--font-family-icon), sans-serif;
}

@media screen and (min-width: 768px) {
	.cases-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cases-list {
		width: 49%;
	}
}

@media screen and (min-width: 1025px) {
	.cases h3 {
		font-size: 36px;
		margin-bottom: 40px;
	}
}
