/* custom.css */
.card-img-container {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-container img,  {
    width: 100%;
    height: auto;
max-height: 100px !important;
    object-fit: cover;
overflow: hidden;


}

.card-img-top {
  max-height: 100px;
  width: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
