.banner-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.banner-list__item {
}

.banner-list__item-image {
	width: 100%;
	height: auto;
}
