.card {
  border: 0;
  border-radius: 0;
  min-height: 380px;
}

.card-slide {
  background-color: #000;
}

card-slide {
  background-color: rgba(255, 100, 100, 0.4);
}

.card-slide:hover {
  background-color: #F36633;
}

.card-img {
  opacity: 0.60;
}

.titolo-card {
  font-size: 25px;
  font-weight: 600;
}

.testo-card {
  font-size: 20px;
  font-weight: 300;
}

.leggi-tutto-card {
  font-size: 16px;
  padding-left: 15px;
  color: black;
  text-decoration: none;
}

.leggi-tutto-card:hover {
  color: #f36633;
}

