.action {
	width: 100%;
}

.action-image picture,
.action-image img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.action-image {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .1;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
}

.action-content p {
	margin-bottom: var(--py-section-less);
}

.action-content {
	width: 100%;
	position: relative;
	z-index: 2;
}

.action-content h2{
	font-size: 40px;
}

.action .gform_wrapper {
	max-width: 455px;
}

.action .gform_wrapper form {
	display: flex;
}

.action .gform_wrapper form .gform-body {
	flex: 1;
}

.action .gform_wrapper form .gform-footer {
	margin-top: 0;
	margin-left: 12px;
}

.action .gform_wrapper form .gform-footer .button {
	border: 0;
	margin-bottom: 0;
	background-color: var(--color-secondary);
}

@media screen and (min-width: 1024px) {

	.action-content h2{
		font-size: 50px;
	}

}

@media screen and (min-width: 768px) {
	.action-content {
		max-width: 600px;
		font-size: 18px;
	}

	.action-image {
		opacity: 1;
	}
}
