.wp-block-cb-carousel-v2 .swiper-pagination {
  bottom: 20px !important;
}
.wp-block-cb-carousel-v2 .swiper-pagination-bullet {
  width: 20px;
  background-color: #fff !important;
  border: 2px solid var(--wp--preset--color--primary);
  opacity: 0.6 !important;
}
.wp-block-cb-carousel-v2 .swiper-pagination-bullet-active {
  scale: 1.5;
  opacity: 1 !important;
  background-color: var(--wp--preset--color--quaternary) !important;
}