.hero-section {
  /* background-position: top center;
  background-repeat: no-repeat;
  min-height: 50vh;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  object-fit: contain;
  background-size: cover; */
}
.carousel-item > img {
height: 600px;
width: 100%;
  object-fit: cover;
}