.banner {
	font-size: 20px;
	padding: 10px 0 !important;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* .banner-text {
	max-width: 850px;
} */

@media screen and (max-width: 1024px) {
	.banner-text {
		max-width: 680px;
	}
}

@media screen and (max-width: 768px) {
	.banner {
		flex-direction: column;
		row-gap: 16px;
		padding: 10px 0 10px 30px !important;
	}
	.banner-text {
		max-width: 680px;
	}
}

@media screen and (max-width: 450px) {
	.banner {
		font-size: 16px;
		padding: 10px 10px 10px 10px !important;
	}
}
