#rstpl-com_content .rstpl-article-container,
#rstpl-com_content .rstpl-article-container p,
#rstpl-com_content .rstpl-article-container li {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.erds-service h2 {
	color: #1a438e;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 12px;
}

.erds-service-image-link {
	display: block;
	cursor: pointer;
}

.erds-service-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
}

.erds-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.erds-features li {
	position: relative;
	padding-left: 1.25em;
	margin-bottom: 0.35em;
}

.erds-features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 0.55em;
	height: 0.55em;
	background: #1a438e;
}

.erds-contact {
	padding: 18px 0;
	text-align: center;
	color: #6c6c6c;
}

.erds-contact p {
	margin: 0 0 12px;
}

.erds-row {
	margin-bottom: 2rem;
}

.mold-license {
	text-align: center;
	color: #6c6c6c;
	margin: 0 0 1rem;
}

.erds-features--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 1.5rem;
}

.erds-features--split.mold-features li:nth-child(3) {
	grid-column: 2;
	grid-row: 1;
}

@media (max-width: 768px) {
	.erds-features--split {
		grid-template-columns: 1fr;
	}

	.erds-features--split.mold-features li:nth-child(3) {
		grid-column: auto;
		grid-row: auto;
	}
}
