.new-badge {
	position: absolute;
	top: 10px; /* Adjust this value as needed */
	left: 10px; /* Adjust this value as needed */
	background-color:#DA4C26;
	color: white;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 700;
	z-index: 9;
}
