.carousel-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.carousel-section .carousel-section__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.carousel-section .carousel-section__header h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--conf-text-color);
  margin: 0;
}

.carousel-section .carousel-section__header img {
  width: 24px;
  height: 24px;
}

.carousel-control-prev-icon {
  background-image: url(../../assets/images/svgs/carousel-previous.svg) !important;
}

.carousel-control-next-icon {
  background-image: url(../../assets/images/svgs/carousel-next.svg) !important;
}

.carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
