.partners .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
}

.partners .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-light);
}
.userDesign::after {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  right: auto;
  top: -10px;
  bottom: auto;
  height: 60px;
  width: 60px;
  background: url(../../Images/Bg-image/quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
