.royal-signature-services {
	background: #FBF9F5;
	padding: 76px 20px 90px;
}

.royal-signature-services__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.royal-signature-services__header {
	margin: 0 0 65px;
	text-align: center;
}

.royal-signature-services__eyebrow {
	margin: 0 0 8px;
	color: #d1ac46;
	text-align: center;
	font-family: "PT Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}

.royal-signature-services__heading {
	margin: 0;
	color: #1c2754;
	text-align: center;
	font-family: "Lora", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	text-wrap: balance;
}

.royal-signature-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.royal-signature-services__card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.royal-signature-services__card--clickable {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.royal-signature-services__card--clickable:focus-visible {
	outline: 2px solid #d1ac46;
	outline-offset: 2px;
}

.royal-signature-services__card-media {
	aspect-ratio: 16 / 10;
	background: #e8e8e8;
}

.royal-signature-services__card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.royal-signature-services__card-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 107px;
	height: 107px;
	margin: -53.5px auto 14px;
	padding: 0;
	background: transparent;
	border: 0;
	position: relative;
	z-index: 2;
}

.royal-signature-services__card-icon {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.royal-signature-services__card-body {
	padding: 0 22px 24px;
	text-align: center;
}

.royal-signature-services__card-title {
	margin: 0 0 8px;
	color: #1c2754;
	text-align: center;
	font-family: "Noto Serif", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.royal-signature-services__card-text {
	margin: 0 0 20px;
	color: #43474e;
	text-align: center;
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.75px;
}

.royal-signature-services__card-link {
	display: inline-block;
	color: #d1ac46;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 1.2px;
	border-bottom: 2px solid rgba(209, 172, 70, 0.2);
	text-decoration: none;
	text-transform: uppercase;
}

.royal-signature-services__card--clickable:hover .royal-signature-services__card-link,
.royal-signature-services__card--clickable:focus .royal-signature-services__card-link {
	color: #a9872f;
}

@media (max-width: 900px) {
	.royal-signature-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.royal-signature-services {
		padding: 58px 16px 66px;
	}

	.royal-signature-services__heading {
		font-size: 32px;
		line-height: 36px;
	}

	.royal-signature-services__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
