.card {
  background-color: transparent;
  border: 0px;
}

.card .card-title {
  text-align: center;
  font-weight: bold;
}

.card .card-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: linear-gradient(to bottom, #5B86E5, #36D1DC);
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: 5px;
}

.card .card-Summary {
  max-height: 150px;
  max-width: 500px;
}

.card .card-Summary:hover .card-img {
  box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

.card .card-img {
  height: 100%;
  width: 100%;
  position: relative;
}

.card .card-p {
  text-shadow: black 0.1em 0.1em 0.2em;
  width: 90%;
  border-radius: 5px;
  color: white;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
