.block-enterprise-slider {
  background-color: #F9F9FA;
  padding: 80px 0 100px;
}

.block-enterprise-slider .enterprise-slider__header {
  text-align: center;
  margin: 0 auto 60px;
}

.block-enterprise-slider .enterprise-slider__title {
  color: var(--NXT-Midnight, #121726);
  font-family: Outfit;
  font-size: 48px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 20px;
}

.block-enterprise-slider .enterprise-slider__subtitle {
  color: var(--NXT-Midnight, #121726);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  max-width: 810px;
	margin: auto;
}

.block-enterprise-slider .enterprise-slider__slide-inner {
  display: flex !important;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  /* buffer for slick slider */
}

.block-enterprise-slider .enterprise-slider__content {
  flex: 1.3;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-enterprise-slider .slide-tag {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 24px;
  align-self: flex-start;
  margin-bottom: 32px;
  border-radius: 50px;
  background: var(--NXT-Violet, #5E45FE);
  color: var(--Pure-White, #FFF);
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-weight: 500;
  line-height: 133%;
}

.block-enterprise-slider .slide-title {
  margin-bottom: 20px;
  color: var(--NXT-Midnight, #121726);
  font-family: Outfit;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.block-enterprise-slider .slide-desc {
  color: var(--Midnight-800, #2A2E3C);
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.block-enterprise-slider .slide-desc p:last-child {
  margin-bottom: 0;
}

.block-enterprise-slider .slide-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #DEDCEB;
  padding-top: 32px;
  margin-top: 32px;
}

.block-enterprise-slider .slide-bullets li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  color: var(--NXT-Midnight, #121726);
  font-family: Outfit;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.block-enterprise-slider .slide-bullets li:last-child {
  margin-bottom: 0;
}

.block-enterprise-slider .slide-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 12px;
  background-color: #5E45FE;
  border-radius: 2px;
}

.block-enterprise-slider .enterprise-slider__media {
  flex: 1.2;
  position: relative;
}

.block-enterprise-slider .enterprise-slider__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Slick Custom Dots */
.block-enterprise-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.block-enterprise-slider .slick-dots li {
  margin: 0 6px;
}

.block-enterprise-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #d4d4e0;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.block-enterprise-slider .slick-dots li.slick-active button {
  width: 24px;
  border-radius: 12px;
  background: #6640ff;
}