.banner {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.banner img {
	width: 100%;
	max-width: 1000px;
}