.img-base {
  width: 100%;
  max-width: 600px;
  border-radius: 25px;
  margin-bottom: 1rem;
}

.hb-hightlight {
  color: #008858;
}

.h-link,
.h-link:hover,
.h-link:focus,
.h-link:active {
  text-decoration: none;
  color: #008858;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  background-color: #000000;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: #008858;
  border-color: #008858;
}

.carousel-item img {
  max-height: 700px;
  height: 700px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .carousel-item img {
    max-height: 500px;
    height: 500px;
  }
}

.image-caption {
  font-size: 14px;
  color: #555;
  margin-top: 5px;
}

.img-middle {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}
