.fl-acbs .fl-card-box .fl-card .enquire-frame-right-wrap {
	padding: 0;
	background: transparent;
}

.fl-acbs .fl-card-box.fl-type-contact_page_form .fl-enquiry {
	display: flex;
	flex-flow: column nowrap;
	gap: 1.5rem;
	gap: var(--fl-cta-gap, 1.55rem);
}

.acbs .fl-enquiry .btn-secondary svg * {
	fill: var(--brand-primary-text);
}

@media (max-width: 991.98px) {
	.fl-acbs .fl-card-box.fl-type-contact_page_form .fl-enquiry .fl-enquiry-content {
		text-align: center;
	}
}

@media (min-width: 992px) {

	.fl-acbs .fl-card-box.fl-type-contact_page_form .fl-enquiry {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 4rem;
		gap: var(--fl-cta-gap, 4rem);
		justify-content: space-between;
	}
	
	.fl-acbs .fl-card-box.fl-type-contact_page_form .fl-enquiry .fl-enquiry-content {
		flex: 1 1 auto;
		min-width: calc(50% - var(--fl-cta-gap, 4rem)*.5)
	}

}

.fl-acbs .fl-enquiry {
	position: relative;
}

.fl-acbs .fl-enquiry:after {
	content: '';
	width: 290px;
	height: 222px;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url('data:image/svg+xml;utf-8,<svg width="290" height="222" viewBox="0 0 290 222" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M261.098 64.228C272.541 78.2229 283.984 92.201 287.798 109.682C296.698 142.325 277.627 177.287 248.383 197.087C219.14 216.903 180.996 223.892 144.122 221.573C113.607 220.406 81.821 214.567 55.1205 199.422C28.42 184.276 8.07681 160.957 1.71955 133.001C-7.18247 91.0332 19.5199 47.9148 57.6634 24.6125C90.7212 4.79626 132.679 -1.02519 170.823 0.142461C208.968 2.46084 238.211 39.7581 261.098 64.228Z" fill="%23FFC550"/></svg>') no-repeat 50% / contain;
	z-index: 1;
	transform: translate3d(35%, -40%, 0) scale(0.85);
}

.fl-acbs .fl-enquiry > * {
	position: relative;
	z-index: 2;
}

@media (max-width: 991.98px) {
	.fl-acbs .fl-enquiry:after {
		top: 40%;
	}
}

@media (max-width: 768) {
	.fl-acbs .fl-enquiry:after {
		top: auto;
		bottom: 30%;
	}
}