

.section8efe5d69 .row { 
  display: flex;
  flex-wrap: wrap;
}

.section8efe5d69 .col-12 {
	margin: 0px;
	flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 7px;
}

.section8efe5d69 .caption-container {
	background-image: linear-gradient(to bottom, transparent 10%, #333 10%, #333 100%);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically align text in the middle */
  align-items: center; /* Horizontally align text in the center */
	border-radius: 0 0 5px 5px;
}

.section8efe5d69 img {
	border-radius: 5px 5px 0 0; border-bottom: none;
}

.section8efe5d69 .lead-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  j/ustify-content: center; /* Vertically align text in the middle */
	text-align: center;
	font-size: 1.5rem;
	font-family: Arial;
	color: #fff;
	padding: 10px 10px 0px 10px;
}

.section8efe5d69 .description,
.section8efe5d69 .tags {
	text-align: center;
	font-size: 1rem;
	font-family: Arial;
	padding: 0px 10px 10px 10px;
	color: #fff;
}

.section8efe5d69 .button-container {
  width: 100%;
  padding:  10px 10px 10px 10px;
  background: transparent;
  border-top: 0px solid white;
}
.section8efe5d69 .caption-button {
  margin-top: auto; /* Pushes the button to the bottom */
  text-align: center;
}
   
/* MIXITUP */
.section8efe5d69 .btn { 
	padding: 5px 10px; 
	margin:  10px 10px 10px 10px;
}

.section8efe5d69 .btn-price { 
	padding: 2px 5px; 
	margin: -05px 0px 0px 0px;
}

.filter-label { float: left; padding-top: 4px; padding-right: 5px; }

