.royal-limited-offer-promo {
	background: #f3f0eb;
	padding: 80px 32px;
}

.royal-limited-offer-promo__inner {
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	gap: 108px;
	align-items: center;
    justify-content: center;
}

.royal-limited-offer-promo__left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.royal-limited-offer-promo__image {
	display: block;
	width: 319px;
	height: 319px;
	max-width: 100%;
	object-fit: cover;
}

.royal-limited-offer-promo__right {
	max-width: 640px;
}

.royal-limited-offer-promo__eyebrow {
	margin: 0 0 10px;
	color: #d1ac46;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}

.royal-limited-offer-promo__heading {
	margin: 0 0 14px;
	color: #1c2754;
	font-family: "Lora", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}

.royal-limited-offer-promo__heading span,
.royal-limited-offer-promo__heading .is-accent,
.royal-limited-offer-promo__heading strong {
	color: #d1ac46;
}

.royal-limited-offer-promo__text {
	margin: 0 0 22px;
	color: #43474e;
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.25px;
}

.royal-limited-offer-promo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 11px 24px;
	border-radius: 8px;
	background: #1c2754;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -4px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
	font-family: "Lora", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.6px;
	text-decoration: none;
	text-transform: uppercase;
}

.royal-limited-offer-promo__button:hover,
.royal-limited-offer-promo__button:focus {
	background: #141c41;
	color: #fff;
}

@media (max-width: 980px) {
	.royal-limited-offer-promo__inner {
		flex-direction: column;
		gap: 45px;
	}

	.royal-limited-offer-promo__left {
		order: 1;
	}

	.royal-limited-offer-promo__right {
		order: 2;
		max-width: none;
	}
}

@media (max-width: 680px) {
	.royal-limited-offer-promo {
		padding: 48px 16px;
	}

	.royal-limited-offer-promo__image {
		width: 280px;
		height: 280px;
	}

	.royal-limited-offer-promo__heading {
		font-size: 34px;
		line-height: 36px;
	}

	.royal-limited-offer-promo__text {
		font-size: 17px;
		line-height: 28px;
	}
}
