.news-baner-orange .news-baner__container {
	background: var(--Akzent-2);
}

.news-baner-grey .news-baner__container {
	background: var(--100);
}

.news-baner-white .news-baner__container {
	background: var(--White);
}

.news-baner {
	height: 322px;
}

.news-baner__container {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.news-baner__imageBox {
	min-width: 456px;
	width: 456px;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.news-baner__image {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	padding: 8px;
	-o-object-fit: cover;
	object-fit: cover;
}

.news-baner__desc {
	width: 100%;
	height: 100%;
	padding: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-baner__textbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}

.news-baner__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.news-baner__title {
	color: var(--500-black);
}

@media (max-width: 768px) {
	.news-baner {
		height: fit-content;
	}

	.news-baner__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 18px;
		width: calc(100% - 30px);
	}

	.news-baner__imageBox {
		width: 100%;
		height: 196px;
		max-height: 196px;
		min-width: 100%;
	}

	.news-baner__image {
		padding: 8px 8px 0 8px;
	}

	.news-baner__desc {
		padding: 0 8px 8px 8px;
		gap: 16px;
		height: initial;
	}

	.news-baner__textbox {
		gap: 8px;
	}

	.news-baner__title.font__h2 {
		font-size: 20px;
	}

	.news-baner__btns .btn {
		width: 100%;
	}

	.news-baner__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 8px;
	}
}
