.deserve {
	padding-top: var(--py-section);
	padding-bottom: var(--py-section);
	background: var(--color-primary);
	color: var(--color-white);
}

.deserve-top {
	margin: 0 auto 50px;
	max-width: 550px;
}

.deserve-top h2 {
	font-size: 34px;
	margin-bottom: 30px;
	line-height: 48px;
	color: var(--color-white);
}

.deserve-item {
	margin-bottom: var(--py-section);
}

.deserve-item:last-of-type {
	margin-bottom: 0;
}

.deserve-image {
	margin-bottom: 30px;
	width: 100%;
}

.deserve-image img {
	width: 100%;
	display: block;
}

.deserve-subtitle {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.deserve-content h3 {
	font-size: 24px;
	color: var(--color-white);
}

.deserve-content p {
	overflow: hidden;
}

.deserve-content img {
	float: left;
	margin: 30px 30px 30px 0;
}

.deserve-content-full {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.deserve-item {
		display: flex;
		gap: 50px;
	}

	.deserve-item.is-right {
		flex-direction: row-reverse;
	}

	.deserve-image {
		width: 50%;
		margin-bottom: 0;
	}

	.deserve-content {
		width: 50%;
	}

	.deserve-content-full {
		width: 100%;
	}
}

@media screen and (min-width: 1025px) {
	.deserve-top {
		margin-bottom: 100px;
	}

	.deserve-top h2 {
		font-size: 48px;
	}

	.deserve-content {
		column-gap: 100px;
	}

	.deserve-content h3 {
		font-size: 36px;
	}
}
