body {
  font-family: "Roboto", sans-serif;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-body {
  flex: 1;
}
.carousel-inner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.herotext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Hide the carousel by default */
.hide {
  display: none;
}

.hide img {
  object-fit: contain;
}

/* Show the carousel on small screens */
@media (max-width: 767.98px) {
  .gallery {
    display: none;
  }
  .carousel {
    display: block;
  }
}
