.ceo_carousel {
    margin-bottom: 100px;
}
.ceo_carousel .carousel-indicators {
    position: static;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .ceo_carousel .carousel-indicators>li {
    width: 100px;
  }

  .ceo_carousel .carousel-indicators li img {
    display: block;
    opacity: 0.7;
  }

  .ceo_carousel .carousel-indicators li.active img {
    opacity: 1;
  }

  .ceo_carousel .carousel-indicators li:hover img {
    opacity: 0.85;
  }
  .carousel-item img {
    width: 80%;
  }
  
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}
.carousel-item img {
    width: 100%;
}
.text_note {
  font-size: 16px;
  font-style: italic;
  margin-top: 10px;
}

@media screen and (max-width: 576px) {
    .ceo_carousel {
        margin-bottom: 60px;
    }
}