.card-ente-realizzatore {
  overflow: hidden;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.8) !important
}

.card-ente-realizzatore .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-ente-realizzatore .card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-ente {
  background-color: #004c99;
  color: #fff !important;
}

.bg-ente .card-title,
.bg-ente .card-text,
.bg-ente small {
  color: #fff !important;
}

.info-block {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 60%;
}

.info-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.card-title,
.info-title {
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: 1rem;
}

.info-text {
  font-size: 0.95rem;
}

.info-block .btn {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  white-space: nowrap;
}

.info-block .btn+.btn {
  margin-left: 0.5rem;
}

.info-block .btn-light {
  background-color: #fff;
  color: #0d6efd;
  border: 1px solid #fff;
}

.info-block .btn-outline-light {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.info-block .info-title .icon {
  fill: white;
  margin-right: 5px;
}