.resi-property-page .component.rich-text.acknowledgement-country {
    bottom: -110px;
    position: absolute;
    left: 50%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.resi-property-page .component.form.col-xs-12 {
    margin-bottom: 300px;
}

@media (max-width:992px){
	.resi-property-page .component.form.col-xs-12 {
		margin-bottom: 100px;
	}
	.resi-property-page .component.rich-text.acknowledgement-country {
		display: inline;
		position: relative;
		left: 0;
		top: 0;
		width: 100vw;
	}
}