.jet-banner {
	background: #eaf1f9;
	position: relative;
	z-index: 99999;
	font-family: Verdana, Geneva, sans-serif;
	line-height: initial;
}

.jet-banner > div {
	padding: 20px 20px;
	text-align: left;
	color: #2C3580;
	width: 100vw;
	display: flex;
	gap: 40px;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	max-width: 1210px;
	margin: 0 auto;
}

.jet-banner strong {
	font-weight: 700;
}

.jet-banner a {
	color: #2C3580;
	text-decoration: underline;
}

.jet-banner a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.jet-banner >div {
		flex-direction: column;
	}
}
