.art-promotion-title, .promotion-title{
 color: white !important;
}

.art-text-with-photo
	.grid.w-full.h-full.grid-cols-8.grid-rows-3.items-center.justify-center.order-first {
	position: relative;
}

.art-text-with-photo
	.grid.w-full.h-full.grid-cols-8.grid-rows-3.items-center.justify-center.order-first::after {
	content: '10%';
	position: absolute;
	top: 5px;
	right: 0px;
	background: #231f1e !important;
	color: #fff;
	padding: 6px 12px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	z-index: 5;
}