a.card-body.hover-with-bg {
  border-left: 5px solid #ff84b1;
  background: #bab8b82e;
  color: #fff;
  box-shadow: 0 5px 10px #00000050;
  transition: all .5s;
}

a.card-body.hover-with-bg img {
  transition: all 5s;
  border: 2px solid #ffc8da;
}

a.card-body.hover-with-bg:hover img{
  transform: rotate(1080deg);
}

.link-intro {
  color: #ff84b1;
  font-weight: 600;
  font-family: auto;
}

a.card-body.hover-with-bg:hover {
  border-left-width: 15px;
  background-color: #ffc8da;
}