.stappenplan .steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.stappenplan .step {
  min-width: unset;
  width: 150px;
  height: 100px;
  font-size: 14px;
}

.stappenplan .content-container {
  background-color: #cce5ed;
  padding: 20px;
}

.stappenplan .active {
  background-color: #cce5ed !important;
  color: #00677F;
}

/* For smaller screens, reduce the size of the arrow and buttons */
@media (max-width: 576px) {
  .step {
    width: 100px;
    /* Smaller button width */
    font-size: 0.9rem;
    /* Optional: smaller font size */
  }
  .fa-arrow-right {
    font-size: 0.8rem;
    /* Smaller arrow */
  }
}

@media (max-width: 768px) {
  .step {
    width: 110px;
  }
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .stappenplan .carousel-inner {
    width: 300px;
    margin: auto;
  }
  .stappenplan .carousel-item {
    background-color: white !important;
    text-align: center;
  }
  .stappenplan .carousel-item .btn {
    width: fit-content;
    background-color: white;
    color: black;
    height: auto;
    max-width: 250px;
    margin: 0;
  }
  .stappenplan .carousel-item .btn h3 {
    width: fit-content;
    text-align: center;
  }
  .stappenplan .active {
    background-color: white !important;
  }
  .stappenplan .carousel-control-prev-icon,
  .stappenplan .carousel-control-next-icon {
    background-color: #007FA3;
  }
}
