/* Regulamin wypożyczalni */

.rental-terms {
	background: #fff;
	color: #000;
	padding: 56px 0;
}

.rental-terms-container {
	max-width: 1092px;
	margin: 0 auto;
	padding: 0 24px;
}

.rental-terms-title {
	margin: 0 0 24px;
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000;
}

.rental-terms-content {
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(0, 0, 0, 0.88);
}

.rental-terms-content h3 {
	margin: 1.5em 0 0.5em;
	font-size: 1.1rem;
	font-weight: 700;
	color: #000;
}

.rental-terms-content h3:first-child {
	margin-top: 0;
}

.rental-terms-content p {
	margin: 0 0 0.75em;
}

.rental-terms-content p:last-child {
	margin-bottom: 0;
}

.rental-terms-content ul,
.rental-terms-content ol {
	margin: 0.5em 0 1em;
	padding-left: 1.5em;
}

.rental-terms-content li {
	margin-bottom: 0.35em;
}

.rental-terms-content a {
	color: inherit;
	text-decoration: underline;
}

.rental-terms-content a:hover {
	text-decoration: none;
}

@media (max-width: 640px) {
	.rental-terms {
		padding: 40px 0;
	}
	.rental-terms-container {
		padding: 0 16px;
	}
}
