.offer-title h2 {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: clamp(36px, 6.5vw, 64px);
	line-height: 1.4;
	font-size: 1.8em;
	margin: 0 0 1rem 0;
	line-height: 1.4;
	font-size: 1.8em;
	margin: 0;
	color: #111;
}

.offer-intro .lead {
	line-height: 1.3;
	font-weight: 500;
	text-align: justify;
	color: #222;
	font-family: "Montserrat", sans-serif;
}

.offer-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	height: 100%;
}
.offer-thumb {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.offer-body {
	padding: 24px;
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.offer-body h3 {
	font-size: 20px;
	margin: 0 0 12px 0;
	font-family: "Montserrat", sans-serif;
}
.offer-body p {
	font-size: 14px;
	margin: 0;
}

@media (max-width: 991px) {
	.offer-title .display-title {
		position: static;
		font-size: 32px;
	}
}
