@media (min-width: 1024px) {

	/*
	--------------------------------------
	Containers
	--------------------------------------
	*/

	.s-contact-us > .e-con-inner {
		position: relative;
		z-index: 2;
	}

	.s-contact-us:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		background-image: url(/wp-content/uploads/2025/01/pattern-v2.png);
		background-size: cover;
		background-repeat: no-repeat;
		opacity: .25;
	}



}