img.Location-img {
    width: 100%;
    aspect-ratio: 2 / 2;
    object-fit: cover;
    display: block;
}

  
  .overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    font-size: 1rem;
  }
  img.payment-icon {
    width: 60px;
}
.card-d {
    background-color: #ffffff91;
    border: none;
    border-radius: 40px;
}