.rp-section {
	background: #fff;
}
.rp-left {
	display: flex;
	align-items: flex-start;
}
.rp-left-title {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding-right: 30px;
}

.rp-intro-text {
	color: #222;
	font-weight: 500;
}

.rp-card {
	background: transparent;
}
.rp-card-inner {
	background: transparent;
}

/* Icon square */
.rp-icon {
	width: 64px;
	height: 64px;
	border-radius: 14px;
	background: #b94f43;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 26px;
}
.rp-icon i {
	line-height: 1;
}

.rp-content {
	flex: 1;
}
.rp-card-title {
	font-size: 22px;
	margin: 0 0 8px 0;
	color: #b94f43;
}
.rp-card-title a {
	color: inherit;
	text-decoration: none;
}
.rp-bullets {
	list-style: disc;
	font-size: 1.3em;
	margin: 0;
	padding-left: 18px;
	color: #444;
}
.rp-bullets li {
	margin-bottom: 6px;
}

@media (max-width: 991px) {
	.rp-left-title {
		font-size: 36px;
	}
	.rp-icon {
		width: 56px;
		height: 56px;
	}
}

.rp-card-inner {
	border-bottom: 1px solid #e8e1db;
}
.rp-card-summary {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px 0;
	cursor: pointer;
	list-style: none;
}
.rp-card-summary::-webkit-details-marker {
	display: none;
}
.rp-card-summary:focus-visible {
	outline: 2px solid #b94f43;
	outline-offset: 4px;
	border-radius: 4px;
}
.rp-card-summary:hover .rp-card-title {
	color: #8e382f;
}
.rp-card-summary .rp-icon {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 10px;
}
.rp-card-summary .rp-icon img {
	max-width: 32px;
	max-height: 32px;
	object-fit: contain;
}
.rp-card-summary .rp-card-title {
	flex: 1;
	margin: 0;
	font-size: 20px;
	line-height: 1.4;
}
.rp-card-toggle {
	position: relative;
	flex: 0 0 28px;
	height: 28px;
	border: 1px solid #e8d6d1;
	border-radius: 50%;
	color: #b94f43;
}
.rp-card-toggle::before,
.rp-card-toggle::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 7px;
	width: 12px;
	height: 1px;
	background: currentColor;
}
.rp-card-toggle::after {
	transform: rotate(90deg);
}
.rp-card-inner[open] .rp-card-toggle::after {
	display: none;
}
.rp-card-bullets {
	padding: 0 12px 20px 82px;
	font-size: 1.1em;
	line-height: 1.65;
}
@media (max-width: 575px) {
	.rp-card-summary {
		gap: 12px;
	}
	.rp-card-summary .rp-card-title {
		font-size: 18px;
	}
	.rp-card-bullets {
		padding-left: 24px;
	}
}
