/* Custom order section */
.custom-order {
	position: relative;
}

.custom-order::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #05061e 0%, rgba(85, 79, 246, 0) 100%);
	content: "";
}

.custom-order>* {
	position: relative;
	z-index: 1;
}

.custom-order h3 {
	max-width: 370px;
}

@media (max-width: 767px) {

	.custom-order .wp-block-group {
		padding: 20px !important;
	}

	.custom-order h2 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
}

