.ap-support {
	padding: 0 0 2.5rem;
}

.ap-support__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	max-width: 56rem;
	margin: 0 auto;
	border-top: 0.0625rem solid #d7e3e1;
}

.ap-support__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 1.25rem 1rem;
	color: #0f2c52;
	text-decoration: none;
}

.ap-support__item + .ap-support__item {
	border-left: 0.0625rem solid #d7e3e1;
}

.ap-support__item .ap-icon {
	display: inline-grid;
	place-items: center;
	flex: 0 0 3rem;
	width: 3rem;
	height: 3rem;
	color: #0f2c52;
}

.ap-support__item .ap-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ap-support__copy h2 {
	margin: 0 0 0.25rem;
	color: inherit;
	font-size: 1rem;
	line-height: 1.3;
}

.ap-support__copy p {
	margin: 0;
	color: #35516e;
	line-height: 1.55;
}

@media (max-width: 40rem) {
	.ap-support__grid {
		grid-template-columns: 1fr;
	}

	.ap-support__item + .ap-support__item {
		border-top: 0.0625rem solid #d7e3e1;
		border-left: 0;
	}
}
