.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;

}

.gallery {
  text-align: center;
}

.card-title fw-semibold {
  color: color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.card-title fw-semibold  text-primary {
  color: black;
}

.text-primary{
  color: black;
}