@media (max-width: 1024px) {
  .block-enterprise-slider {
    background-color: #F9F9FA;
    padding: 60px 0 80px;
  }

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

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

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

  .block-enterprise-slider .enterprise-slider__slide-inner {
    display: flex !important;
    flex-direction: column-reverse;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 5px;
  }

  .block-enterprise-slider .enterprise-slider__content {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

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

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

  .block-enterprise-slider .slide-desc {
    color: var(--Midnight-800, #2A2E3C);
    font-family: Inter;
    font-size: 16px;
    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: 30px;
    margin-top: 30px;
  }

  .block-enterprise-slider .slide-bullets li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
    color: var(--NXT-Midnight, #121726);
    font-family: Outfit;
    font-size: 16px;
    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: 6px;
    width: 3px;
    height: 10px;
    background-color: #5E45FE;
    border-radius: 2px;
  }

  .block-enterprise-slider .enterprise-slider__media {
    width: 100%;
    height: 250px;
    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: 20px 0 0 0;
    position: absolute;
    bottom: -30px;
    width: 100%;
  }

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

  .block-enterprise-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    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: 20px;
    border-radius: 10px;
    background: #6640ff;
  }
}

@media(max-width: 767px) {
  .block-enterprise-slider .enterprise-slider__title {
    font-size: 32px;
  }

}