.card-body img{
    width: 200px;
    height: 100px;
    object-fit: contain;
}

.carousel-item  img{
    object-fit: contain;
}

/* .banner-container{
    height: 300px;
} */
@media only screen and (max-width: 600px) {
    .header{
      height: 55vh;
      min-height: 150px;
    }
  }
