.tanager-fdic-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 16px;
}

.tanager-fdic-banner__icon {
	height: 32px;
	width: auto;
	flex-shrink: 0;
}

.tanager-fdic-banner__text {
	font-family: 'Nexa', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #0A394B;
}

@media (max-width: 780px) {
	.tanager-fdic-banner {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.tanager-fdic-banner__text {
		font-size: 14px;
	}
}
