/* CARDS */

section.cards {
  padding-top: 62px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
}

.cards-container {
  max-width: 1200px;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .cards-container {
    padding: 0 24px;
  }
}

/* .cards-wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
} */

section.cards .slick-track {
  display: flex !important;
  padding-bottom: 30px;
}

section.cards .slick-slide {
  height: inherit !important;
}

.cards-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 20px;
  /* max-width: 384px; */
  padding: 67px 33px 26px 33px;
  gap: 24px;
  margin: 10px;
  height: 100%;
}

.card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 12px;
}

@media (max-width: 576px) {
  .cards-item .btn {
    font-size: 16px;
  }
}

.cards-item .btn {
  display: block;
}

.shadow .cards-item {
  box-shadow: 0px 3px 12px rgba(2, 0, 20, 0.15);
}

.border .cards-item {
  border: 1px solid #000000;
}

.cards-heading {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #020014;
  text-align: center;
  margin-bottom: 88px;
}

.cards-image.limited {
  max-width: 110px;
}

.cards-title {
  margin: 0;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #020014;
}

.cards-description {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #64636e;
}



section.cards .slick-dots {
  bottom: -50px;
}

section.cards .slick-dots li {
  margin: 0;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  margin-right: 8px;
}

section.cards .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--disabled-button-colour);
}

section.cards .slick-dots li.slick-active button {
  background: var(--hovered-button-colour);
  border-radius: 50%;
}


.js-cardSlider-2 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}