.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;
	}
}
