.special-offers {
	background-color: #0dc39a !important;
}

.special-offers-abstract:after {
	background-image: linear-gradient(90deg,#0dc39a,#0dc39a,#0dc39a);
	background-clip: text;
	text-fill-color: transparent;
}

.btn-primary {
	--btn-bg: #0dc39a !important;
	--btn-hover-bg: #0dc39b !important;
}
.bg-primary {
    background-color:#0dc39a !important;
}
.is-\[active\]\:\!text-primary.active {
    color: #0dc39a !important;
}