.carousel-caption {
	padding-bottom: 0px;
	padding-top: 0px;
	bottom: 5px;
	right: 30%;
	left: 0%;
	font-weight: bold;
	background-color: var(--bs-primary);
}

.carousel-caption>a {
	color: white;
	text-decoration: underline;
}


.carousel-indicators {
	bottom: -5px !important;
}