.rental-service {
	padding: 150px clamp(20px, 5vw, 72px) 70px;
	background: #fff;
}

.rental-service__hero,
.rental-service__details {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	max-width: 1240px;
	margin: 0 auto;
}

.rental-service__hero {
	align-items: stretch;
	overflow: hidden;
	background: #f4f1eb;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
}

.rental-service__hero-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(38px, 5vw, 68px);
}

.rental-service__eyebrow {
	margin: 0 0 12px;
	color: #a72025;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rental-service h1 {
	margin: 0 0 22px;
	font-size: clamp(42px, 5vw, 68px);
	line-height: 1.03;
}

.rental-service__hero-copy > p:not(.rental-service__eyebrow) {
	margin: 0 0 28px;
	font-size: 19px;
	line-height: 1.65;
}

.rental-service__hero-image {
	min-height: 430px;
	margin: 0;
}

.rental-service__hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rental-service__button {
	display: inline-block;
	padding: 14px 22px;
	color: #fff;
	background: #b11f24;
	font-weight: 800;
	text-decoration: none;
}

.rental-service__button:hover,
.rental-service__button:focus {
	color: #fff;
	background: #8f171b;
}

.rental-service__details {
	gap: clamp(28px, 5vw, 68px);
	padding: 58px clamp(10px, 2vw, 28px) 0;
}

.rental-service__details h2 {
	margin: 0 0 18px;
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.15;
}

.rental-service__details ul {
	margin: 0 0 18px;
	padding-left: 22px;
	font-size: 18px;
	line-height: 1.8;
}

.rental-service__contact {
	padding: 34px;
	color: #fff;
	background: #252525;
}

.rental-service__contact h2,
.rental-service__contact p {
	color: #fff;
}

.rental-service__contact p {
	margin-bottom: 24px;
	font-size: 17px;
}

.rental-service__future {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	max-width: 1184px;
	margin: 42px auto 0;
	padding: 24px 28px;
	border: 1px solid #d9d4ca;
	background: #faf9f6;
}

.rental-service__future h2 {
	margin: 0 0 6px;
	font-size: 23px;
}

.rental-service__future p {
	max-width: 760px;
	margin: 0;
	color: #555;
}

.rental-service__future > a {
	flex: 0 0 auto;
	color: #9e1d22;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 760px) {
	.rental-service {
		padding: 110px 18px 48px;
	}

	.rental-service__hero,
	.rental-service__details {
		grid-template-columns: 1fr;
	}

	.rental-service__hero-copy {
		padding: 34px 26px;
	}

	.rental-service h1 {
		font-size: 42px;
	}

	.rental-service__hero-image {
		min-height: 250px;
	}

	.rental-service__details {
		gap: 30px;
		padding-top: 38px;
	}

	.rental-service__contact {
		padding: 28px 24px;
	}

	.rental-service__future {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		margin-top: 30px;
		padding: 22px;
	}
}
