.project-hero .image,
.project .image {
	position: relative;
}

.project-hero .image .label-open-ppas,
.project .image .label-open-ppas {
	position: absolute;
	top: 24px;
	left: 24px;
	background: #D0FD4F;
	color: #002D4B;
	font-size: 18px !important;
	line-height: 1.2;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 2;
}

@media (max-width: 767px) {
	.project-hero .image .label-open-ppas,
	.project .image .label-open-ppas {
		top: 16px;
		left: 16px;
		font-size: 11px;
		padding: 6px 10px;
	}
}
