.customer-content .container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.customer-content p {
	font-size: 1rem;
	color: #1a1b1d;
	margin-bottom: 1rem;
	line-height: 1.4;
}

.customer-content p:last-child {
	margin-bottom: 0;
}

.customer-content ul {
	font-size: 1rem;
	color: #1a1b1d;
	line-height: 1.4;
}

/* .customer-content .button {
	font-family: "Roboto Mono", monospace;
	font-weight: 500;
	background-color: #1a1b1d;
	color: #fff;
	font-size: 1rem;
	text-wrap: balance;
	text-align: center;
	line-height: 1.1;
	border-radius: 3rem;
	padding: 1rem 2rem;
	-webkit-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	margin-top: auto;
	align-self: flex-start;
}

.customer-content .button:hover {
	background-color: #898a8a;
}

.customer-content .button--alt {
	background-color: #c3412b;
	margin-left: 1rem;
} */

.customer-content .schema-faq {
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 6rem;
	position: relative;
	z-index: 2;
	color: #1a1b1d;
	background: unset;
}

.customer-content .schema-faq::before {
	content: "Powered by DDN FAQs";
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 3rem;
	display: block;
}

.customer-content .schema-faq-section {
	border-top: unset;
	margin-bottom: 1rem;
	padding-top: 1rem;
	font-size: 1rem;
	line-height: 1.4;
	background: #f3f3f3;
	padding: 2rem;
	padding-bottom: 2rem;
	border-radius: 2rem;
}

.customer-content .schema-faq-section:first-child::before {
	display: none;
}

.customer-content .schema-faq-question {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	display: block;
}

@media (max-width: 1799px) {
	.page-template-page-customers .customer-points,
	.page-template-page-customers .customer-card {
		padding-inline: 66px;
	}
}

@media (max-width: 1399px) {
	.page-template-page-customers .customer-points,
	.page-template-page-customers .customer-card {
		padding-inline: 46px;
	}
}

@media (max-width: 1199px) {
}

@media (max-width: 767px) {
	.page-template-page-customers .customer-points,
	.page-template-page-customers .customer-card {
		padding-inline: 20px;
	}

	.customer-content .schema-faq::before {
		font-size: 2rem;
	}
}
