.card-prize-shop {
    overflow: hidden;
    border-radius: 0.625rem;
    display: flex;
  }
  .card-prize-shop:not(:last-child) {
    margin-bottom: 2rem;
  }
  .card-prize-shop .col-4 {
    padding: 0;
  }
  .card-prize-shop .card-img {
    position: relative;
    border-right: 1px solid #4a4a4a;
  }
  .card-prize-shop .card-img .shield-cont {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
  .card-prize-shop .card-img .shield-cont .shield {
    width: 1.5625rem;
    height: 1.5625rem;
    background: #4a4a4a;
    margin-right: 0.5rem;
  }
  .card-prize-shop .card-img img {
    height: 12rem;
    object-fit: cover;
  }
  .card-prize-shop .card-info {
    padding: 2rem 1rem;
  }
  .card-prize-shop .card-info p:not(:last-child) {
    margin-bottom: 1rem;
  }
  