.card {
    margin: 10px; /* Adjust margin between cards */
  }
  .card-img-with-padding {
    padding: 1rem; /* Padding for the image inside the card */
  }

  .img{
    border-radius: 16px;
  }

  .cr{
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
  }