.slide01 {
  height: 400px;
}

.carousel-indicators [data-bs-target] {
  background-color: gray;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

#service-slider.carousel-indicators [data-bs-target] {
  background-color: gray;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: var(--bs-primary);
}

.carousel-indicators {
  background-color: gray;
}

#service-slider .carousel-indicators {
  background-color: rgba(255,255,255,0.5);
}

.founders .founder-container img {
  width: 50%;
  margin: 2em 0;
}

@media (min-width: 768px) {
  .founders .founder-container img {
    width: 50%;
    margin: 2em 0;
  }
}

.founders .founder-container h1 {
  font-size: 2em;
  font-weight: bold;
  color: black;
}

@media (min-width: 768px) {
  .founders .founder-container h1 {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
  }
}

.founders .founder-container p {
  font-size: 0.9em;
  color: gray;
  padding-right: 1em;
}

@media (min-width: 768px) {
  .founders .founder-container p {
    font-size: 1em;
    color: gray;
    padding-right: 1em;
  }
}

.founders {
  font-family: Montserrat, sans-serif;
}

.section-title {
  font-size: 3em;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  text-align: center;
}

.founder-container {
  text-align: center;
}

@media (min-width: 768px) {
  .founder-container {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .section-title {
    font-size: 3em;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    text-align: left;
  }
}

