.reservation-end {
	padding: 0;
    height: calc(100vh - 315px);
    display: flex;
    align-items: center;
}
.reservation-end h1 {
	font-family: 'Arial Rounded MT Bold';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 69px;
	margin-bottom: 10px;
}
.reservation-end p {
	max-width: 830px;
	font-weight: 400;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 25px;
}
.reservation-end a.book-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12.6047px 33.4915px;
	gap: 43.22px;
	width: fit-content;
    font-size: 24px;
	height: 60px;
	/* Gray */
	border: 3.60133px solid #3A3A3A;
	border-radius: 73.8273px;
	cursor: pointer;
}
.reservation-end a.book-button:hover {
	background: #E35D51;
	border: 3.60133px solid #E35D51;
	color: #fff;
}
header.b2c {padding: 31px 0 0 0!important;}
footer {margin-top: 0!important;}

@media only screen and (max-width: 768px){
	.reservation-end {height: calc(100vh - 243px);}
	.reservation-end h1 {font-size: 41.8006px;line-height: 48px;}
	.reservation-end p {font-size: 18px;line-height: 22px;}
}