.royal-why-choose-treatment {
	background-color: #1f2b68;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 104px 20px;
}

.royal-why-choose-treatment__inner {
	max-width: 1220px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 50px;
	align-items: center;
}

.royal-why-choose-treatment__left {
	color: #fff;
}

.royal-why-choose-treatment__heading {
	margin: 0 0 16px;
	color: #fff;
	font-family: "Lora", serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
}

.royal-why-choose-treatment__heading span,
.royal-why-choose-treatment__heading .is-accent,
.royal-why-choose-treatment__heading strong {
	color: #d1ac46;
}

.royal-why-choose-treatment__content {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.8);
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29.25px;
}

.royal-why-choose-treatment__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 25px 25px;
	margin-bottom: 65px;
    margin-top: 65px;
}

.royal-why-choose-treatment__feature {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.royal-why-choose-treatment__feature-icon {
	width: 20px;
	height: 20px;
	min-width: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	margin-top: 2px;
}

.royal-why-choose-treatment__feature-icon svg {
	width: 20px;
	height: 20px;
	display: block;
}

.royal-why-choose-treatment__feature-icon svg path,
.royal-why-choose-treatment__feature-icon svg circle,
.royal-why-choose-treatment__feature-icon svg rect,
.royal-why-choose-treatment__feature-icon svg polygon,
.royal-why-choose-treatment__feature-icon svg polyline,
.royal-why-choose-treatment__feature-icon svg line,
.royal-why-choose-treatment__feature-icon svg [fill] {
	fill: #d1ac46 !important;
	stroke: #d1ac46;
}

.royal-why-choose-treatment__feature-dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d1ac46;
}

.royal-why-choose-treatment__feature-heading {
	margin: 0 0 4px;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.royal-why-choose-treatment__feature-text {
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-family: "PT Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.royal-why-choose-treatment__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 249.73px;
	height: 36px;
	padding: 0 20px;
	border-radius: 8px;
	background: #d1ac46;
	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-why-choose-treatment__button:hover,
.royal-why-choose-treatment__button:focus {
	background: #d1ac46;
	color: #fff;
}

.royal-why-choose-treatment__right {
	justify-self: center;
}

.royal-why-choose-treatment__image {
	display: block;
	width: min(100%, 420px);
	height: auto;
	border-radius: 14px;
	object-fit: cover;
	min-height: 600px;
    object-position: left;
}

@media (max-width: 980px) {
	.royal-why-choose-treatment__inner {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.royal-why-choose-treatment__right {
		order: 1;
	}

	.royal-why-choose-treatment__left {
		order: 2;
	}

	.royal-why-choose-treatment__features {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.royal-why-choose-treatment {
		padding: 46px 16px;
	}

	.royal-why-choose-treatment__heading {
		font-size: 36px;
		line-height: 38px;
	}

	.royal-why-choose-treatment__content {
		font-size: 17px;
		line-height: 28px;
	}
}
