
body {
    font-size: 14px;
}

.sub-image {
    max-height: 80px;
  }

  /* For smartphones */
  @media (max-width: 576px) {
    .custom-card {
      max-height: 160px;
    }
  }

  /* For laptops and larger screens */
  @media (min-width: 577px) and (max-width: 992px) {
    .custom-card {
      max-height: 200px;
    }
  }

  /* For desktop screens */
  @media (min-width: 993px) {
    .custom-card {
      max-height: 300px;
    }
  }
