.section-listing {
	margin: 0;
}

.section-listing .section-item {
	width: 100%;
}

.section-listing .listitem-wrapper {
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 168px var(--padding-container);
	background-color: var(--blue);
	color: var(--white);
}

.section-listing .listitem-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-color: var(--black);
}

.section-listing .section-item:nth-child(3n + 3) .listitem-wrapper {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.section-listing .section-item:nth-child(even) .listitem-wrapper {
	background-image: none;
}

.section-listing .section-item:nth-child(even) .listitem-wrapper::before {
	display: none;
}

.section-listing .section-item:nth-child(even) .content-section {
	margin-left: 0;
	margin-right: auto;
}

.section-listing .thumbnail-section {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section-listing .thumbnail-section .simpleParallax {
	width: 100%;
	height: 100%;
}

.section-listing .thumbnail-section img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
}

/* .section-listing .listitem-wrapper:hover .thumbnail-section img {
	transform: scale(1.04);
} */

.section-listing .section-item:nth-child(even) .thumbnail-section {
	display: block;
}

.section-listing .content-section {
	position: relative;
	z-index: 3;
	width: 860px;
	max-width: 100%;
	margin-left: auto;
}

.subtitle-section {
	display: block;
	width: 100%;
}

.title-section {
	line-height: 1;
	margin-bottom: 0;
}

@media all and (min-width: 901px) {
	.section-listing .section-item:nth-child(even) .thumbnail-section {
		top: 126px;
		left: auto;
		right: var(--padding-container);
		width: 56%;
		height: -webkit-calc(100% - 252px);
		height: -moz-calc(100% - 252px);
		height: calc(100% - 252px);
	}

	.section-listing .listitem-wrapper {
		min-height: 1010px;
	}

	.subtitle-section {
		font-size: var(--text-3xl);
	}

	.lists-service .cta-service {
		font-size: var(--text-xl);
	}

	.cta-section {
		margin-top: 32px;
	}
}

@media all and (min-width: 1200px) and (max-width: 1599px) {
	.section-listing .listitem-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.section-listing .section-item:nth-child(even) .thumbnail-section {
		right: 20px;
	}
}

@media all and (max-width: 900px) {
	.section-listing .listitem-wrapper {
		padding-top: 78px;
		padding-bottom: 78px;
	}

	.section-listing .section-item:nth-child(even) .listitem-wrapper {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.section-listing .section-item:nth-child(even) .content-section {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.section-listing .section-item:nth-child(even) .thumbnail-section {
		position: relative;
		left: auto;
		right: -webkit-calc(var(--padding-container) * -1);
		right: -moz-calc(var(--padding-container) * -1);
		right: calc(var(--padding-container) * -1);
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
		width: calc(100% - 10px);
		height: 240px;
		margin-top: 42px;
		margin-left: auto;
	}

	.subtitle-section {
		margin-bottom: 4px;
	}

	.lists-service .cta-service {
		font-size: var(--text-xs);
	}

	.lists-service,
	.cta-section {
		margin-top: 12px;
	}
}
