.badge{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	height: 25px;
	width: 50px;
	background: #07bccc;
	margin-bottom: 15px;
	font-size: 16px;
}
.badge_promo{
	
}
@media (max-width:1000px){
	.badge{
		width: 50px;
	}
}

