.custom-carousel-indicators,
.custom-personal-challenge-carousel-indicators {
  gap: 0.2rem;
}

.custom-carousel-indicators button,
.custom-personal-challenge-carousel-indicators button {
  background-color: var(--color-grey) !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 100%;
}

.custom-carousel-indicators button.active {
  background-color: var(--secondary-color) !important;
}
.custom-personal-challenge-carousel-indicators button.active {
  background-color: var(--primary-color) !important;
}

.custom-carousel-item {
  min-height: 220px;
}

.custom-personal-challenge-carousel-item {
  min-height: 270px;
}

.carousel-review {
  height: 100%;
  width: 74%;
  padding: 1rem 1rem;
  padding-top: 1.4rem;
  margin-inline: auto;
  margin-block: 1rem;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  background-color: var(--color-lighter-gray);
}

.carousel-review .stars-section {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.2rem;
}

.heading-carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.heading-carousel div {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.heading-carousel div img {
  width: 20px;
  height: 20px;
}

.content-caruosel {
  line-height: 1.4;
}
