:root {
  --white: #fefefe !important;
  --purple: #ae25a6 !important;
  --secondary: #5d4f95 !important;
  --peach: #c79cc9 !important;
  --off-white: #dfd3e5 !important;
  --dark: #333333 !important;
  --light: #f8fafc !important;
}
.col_img img {
  width: 100%;
  height: 100%;
}
.card_img img {
  /* filter: invert(1); */
  height: 80px;
  width: 80px;
}
.amc_wrapper .faq-custom-col {
  all: unset !important;
}
.swiper-pagination .swiper-pagination-bullet-active:before {
  background-color: var(--purple) !important;
}

/* .heading {
  font-size: 40px !important;
} */
