.caption-activities-after::before {
	pointer-events: none;
	content: '';
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0) 25%);
	border-radius: var(--bs-border-radius);
	z-index: 1;
}
.caption-activities-after > div {
	z-index: 2;
	position: relative;
}
