.custom-booking:not(.homepage) {
	padding-inline: 10px;
	margin-bottom: 44px;
}

.custom-booking.homepage {
	position: relative;
	margin-bottom: var(--space-32);
}

.custom-booking .img-cont {
	position: absolute;
	bottom: -67px;
	right: 0;
	overflow: hidden;
	max-width: calc(100% - 15px);
	width: 100%;
	aspect-ratio: 360 / 220;
	border-radius: 10px 0 0 10px;
}

.custom-booking .img-cont img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.custom-booking .title {
	margin: 0 30px;
	font-size: 3.125rem;
	font-family: var(--font-body);
	font-weight: 800;
	margin-bottom: var(--space-4);
	line-height: var(--leading-none);
}

@media (min-width: 700px) {
	.custom-booking .img-cont {
		max-width: calc(100% - 85px);
	}
}
@media (min-width: 1050px) {
	.custom-booking:not(.homepage) {
		margin-bottom: 63px;
	}
	.custom-booking.homepage {
		margin-bottom: var(--space-56);
	}
	.custom-booking .img-cont {
		bottom: -77px;
		aspect-ratio: 539 / 482;
		max-width: 539px;
	}
	.custom-booking .title {
		margin-left: 140px;
		font-size: 6.875rem;
	}
}

@media (min-width: 1050px) and (max-width: 1385px) {
	.custom-booking #widget-container-2125 {
		margin-right: 250px;
	}
	.custom-booking .img-cont {
		max-width: calc(389px + (499 - 389) * ((100vw - 1050px) / (1385 - 1050)));
	}
}

@media (min-width: 1455px) {
	.custom-booking .img-cont {
		right: auto;
		left: 900px;
		border-radius: 10px;
	}
}
