.home-booking-block {
	position: relative;
}
.home-booking-text-wrap {
	height: 210px;
}
 .home-booking-text-wrap:after {
	content: '';
	top: 66%;
	left: 10px;
	right: 10px;
	bottom: 0;
	background: #a1d3ac;
	position: absolute;
	z-index: -1;
}

.home-booking-text-wrap {
	padding-bottom: 75px;
}

.home-booking-block .button {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

@media (max-width: 1023px) {
	.home-booking-text-wrap {
		height: 230px;
	}
}

@media (min-width: 1024px) {
	.home-booking-text-wrap {
		height: 170px;
	}
}