@media (min-width: 901px) {
	.main-title {
		margin-left: 30%;
		margin-right: 30%;
	}
	.main-title .title-container h2 {
		flex-basis: 70%;
	}
	.details .offer-img {
		flex-basis: 65%;
	}
	.details .offer-details-container {
		flex-basis: 35%;
		margin-top: 70px;
	}
	.enquiry .enquiry-form-container {
		max-width: 50%;
	}
}
@media (max-width: 900px) {
	.main-title {
		margin-left: 8%;
		margin-right: 8%;
	}
	.details {
		flex-wrap: wrap-reverse;
	}
	.details .offer-img {
		flex-basis: 100%;
	}
	.details .offer-details-container {
		flex-basis: 100%;
	}
	.enquiry .enquiry-form-container {
		max-width: 90%;
	}
}
.content-wrap {
	scroll-snap-type: y proximity;
}
.content-wrap section {
	scroll-snap-align: start;
}
.banner {
	width: 100%;
	min-height: 400px;
	position: relative;
}
.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner .banner-content {
	text-align: center;
	padding-top: 15vh;
	padding-bottom: 50px;
	z-index: 2;
	position: relative;
}
.banner .banner-content h2 {
	line-height: 1.3em;
}
.banner .banner-content h2, .banner .banner-content p, .banner .banner-content h1 {
	color: #fff;
	margin: 0 20px;
}
.main-title {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.main-title .title-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.main-title .title-container h2 {
	margin: 0;
	font-size: 30px;
	text-transform: uppercase;
}
.main-title .title-container img {
	max-width: 150px;
}
.details {
	display: flex;
	margin: 20px 5%;
	gap: 50px;
	align-items: flex-start;
	justify-content: center;
}
.details .offer-img {
	flex-grow: 0;
}
.details .offer-img img {
	width: 100%;
	min-height: 400px;
	max-height: 80vh;
	object-fit: cover;
}
.details .offer-detail-header > span {
	margin-right: 20px;
}
.details .offer-detail {
	padding: 15px 0;
	border-top: 1px solid #70707070;
}
.details .offer-detail .offer-detail-header {
	cursor: pointer;
}
.details .offer-detail:last-of-type {
	border-bottom: 1px solid #70707070;
}
.details .offer-detail-content {
	margin: 20px 0;
	display: none;
	font-size: 85%;
}
.details .offer-detail:not(.expanded) .offer-detail-header {
	margin: 0;
}
.details .check-avail-link {
	margin-top: 30px;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.enquiry {
	text-align: center;
	margin-top: 70px;
}
.enquiry > h2 {
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.enquiry .enquiry-form-container {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #70707070;
}
.enquiry .enquiry-form-container form {
	margin: 40px 40px 10px 40px;
}
.enquiry .enquiry-form-container img {
	margin-bottom: -20px;
}
.enquiry #offer-form p {
	text-align: left;
}
.enquiry #offer-form label {
	font-size: 70%;
	text-transform: uppercase;
	color: #623A1A;
	font-weight: 600;
}
.enquiry #offer-form input, .enquiry #offer-form textarea {
	color: #000;
}
.enquiry #offer-form .offer-form-date > p {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.enquiry #offer-form .offer-form-date input {
	min-width: 100%;
}
.enquiry #offer-form .offer-form-date > p > label {
	flex-basis: calc(50% - 15px);
}
.enquiry .response-guarantee {
	color: #623A1A;
}
.enquiry .wpcf7-submit {
	padding: 12px 50px 10px;
	color: #fff !important;
	border-radius: 10px;
}