.cards-slider {
  background-color: #f5f9fa;
}
.cards-slider h3 {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.88px;
}
.cards-slider .cards .card {
  background-color: #fcfeff;
  border-radius: 8px;
}
.cards-slider .cards .card ul {
  list-style: none;
  padding-left: 0;
}
.cards-slider .cards .card ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.cards-slider .cards .card ul li::before {
  content: "";
  mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3e %3cg clip-path='url(%23clip0_1578_34110)'%3e %3cpath d='M12.1563 6.51602C12.4143 6.77868 12.4103 7.20068 12.147 7.45868L9.19634 10.3554C8.67434 10.8674 8.00234 11.1227 7.32967 11.1227C6.66434 11.1227 5.99901 10.872 5.47901 10.37L4.21301 9.12535C3.95034 8.86735 3.94701 8.44535 4.20501 8.18268C4.46234 7.91935 4.88567 7.91602 5.14767 8.17468L6.40967 9.41535C6.92701 9.91535 7.74367 9.91268 8.26367 9.40335L11.2137 6.50735C11.4757 6.24868 11.8963 6.25335 12.1563 6.51602ZM16.0137 8.45068C16.0137 12.862 12.425 16.4507 8.01367 16.4507C3.60234 16.4507 0.0136719 12.862 0.0136719 8.45068C0.0136719 4.03935 3.60234 0.450684 8.01367 0.450684C12.425 0.450684 16.0137 4.03935 16.0137 8.45068ZM14.6803 8.45068C14.6803 4.77468 11.6897 1.78402 8.01367 1.78402C4.33767 1.78402 1.34701 4.77468 1.34701 8.45068C1.34701 12.1267 4.33767 15.1174 8.01367 15.1174C11.6897 15.1174 14.6803 12.1267 14.6803 8.45068Z' fill='%2300C9FF'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_1578_34110'%3e %3crect width='16' height='16' fill='white' transform='translate(0.0136719 0.450684)'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e");
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-color: #ff6f61;
}
.cards-slider .cards img.circle-img {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  object-fit: cover;
}
.cards-slider .slick-dots {
  display: flex;
  justify-content: left;
  margin: 0;
  padding-top: 24px;
  list-style-type: none;
}
.cards-slider .slick-dots li {
  margin: 0 8px;
}
.cards-slider .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e2ecee;
  text-indent: -9999px;
}
.cards-slider .slick-dots li.slick-active button {
  background-color: #ff6f61;
  width: 23px;
  border-radius: 360px;
}

/*# sourceMappingURL=slider_wizytowki.css.map*/