.trust-bar {
	background: #f5faff;
	padding: 28px 20px;
}

.trust-bar--title {
	font-size: 42px !important;
	font-weight: 700;
	color: #003865;
	text-align: center;
	margin: 0 0 20px !important;
}

.trust-bar--row {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.trust-bar--item {
	flex: 1 1 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	padding: 12px 24px;
	border-right: 1px solid rgba(0,76,151,0.15);
}

.trust-bar--item:last-child {
	border-right: none;
}

.trust-bar--icon {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #004C97;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Font Awesome is loaded as a Kit, which replaces the <i> tag with an
   inline <svg> at runtime - style both cases so the icon stays white
   whether or not the JS swap has happened yet. */
.trust-bar--icon i,
.trust-bar--icon svg {
	color: #ffffff !important;
	fill: #ffffff !important;
	font-size: 18px;
}

.trust-bar--heading {
	font-weight: 700;
	color: #003865;
	font-size: 20px;
	line-height: 1.3;
}

.trust-bar--caption {
	font-size: 17px;
	color: #000;
	line-height: 1.3;
}

@media (max-width: 782px) {
	.trust-bar--item {
		flex: 1 1 100%;
		border-right: none;
		border-bottom: 1px solid rgba(0,76,151,0.15);
	}

	.trust-bar--item:last-child {
		border-bottom: none;
	}
}
