.card_my {
  position: relative;
  width: 250px;
  height: 330px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.card_my .figure {
  width: 250px;
  height: 180px;
  position: absolute;
  transform: translateX(30px) translateY(-45px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 7.5px;
  background-color: transparent;
  background-clip: content-box;
  background-size: contain;
  right: 0px;
  background-repeat: round;
}

.card_my .figure img {
  display: none;
}

.card_my .card-body {
  box-sizing: border-box;
  background-color: #ffffff66;
  height: 100%;
  padding-top: 180px;
}

.card_my .card-body .card-title {
  /* position: absolute; */
  width: fit-content;
  right: 8px;
  top: 170px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
}

.card_my .card-body .card-subtitle {
  display: none;
}

.card_my .card-body .card-text {
  display: none;
}

.card_my .card-footer {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: absolute;
  bottom: 37.5px;
  right: 30px;
}

.card_my .card-footer a {
  background-color: #000;
  padding: 7.5px 15px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s linear;
  border: 2px solid transparent;
}

.card_my:hover .card-footer a {
  background-color: #6c757d;
  border: 2px solid #000;
  color: #000;
  text-shadow: 0 0 1px currentcolor;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.btn-light {
  color: #fff;
  background-color: transparent;
  border-color: #f9fafb;
}