.module-action {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.module-action:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background-color: var(--color-black);
	content: '';
}

.module-action-inner {
	position: relative;
	z-index: 1;
	color: var(--color-white);
}

.module-action-inner h2 {
	color: inherit;
}

.module-action-inner p {
	margin-bottom: 30px;
}

.module-action-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.module-action-bg img {
	width: 100%;
	height: 100%;
    display: block;
	object-fit: cover;
}


@media screen and (min-width: 768px) {
	.module-action {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

@media screen and (min-width: 1025px) {
	.module-cta-c-left {
		padding: 70px 100px;
	}
}
