.carousel {
  margin-bottom: 40px;
}

.carousel-cell {
  width: 66%;
  height: 150px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 10px;
  counter-increment: carousel-cell;
  margin-top: 10px;
}

.carousel-progress {
  position: relative;
  margin: 0 auto;
  width: 66%;
  height: 8px;
  border-radius: 4px;
  background-color: #4e73df26;
}

.progressFlickity{
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 4px;
  width: 0%;
  background-color: #4e73df;
}