.intro-slide {
  display: flex !important;
  flex-direction: column;
  background: #28213B;
}

.intro-slider::after {
  content: '';
  width: 100%;
  height: 36px;
  display: block;
  background: url('/local/templates/el_port/assets/images/dest/svg/main-banner-line.svg') left/auto 100% repeat-x;
}

.intro-slide .container {
  position: relative;
  flex-grow: 1;
}

.intro-content h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
}

.intro-slide-bg::after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  filter: blur(120px);
  width: 94%;
  height: 140%;
  position: absolute;
  bottom: 20%;
  left: -50%;
  border-radius: 50%;
}

.intro-content-next {
  position: absolute;
  right: 0;
  bottom: 50px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(50px);
  color: #FFFFFF;
  display: flex;
  padding: 25px 115px 25px 35px;
  align-items: center;
  width: 372px;
  max-width: 100%;
  text-align: left;
}

.intro-content-next::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 98px;
  height: 100%;
  flex-shrink: 0;
  background: #E0A526 url('/local/templates/el_port/assets/images/dest/svg/stroke-arrow.svg') center/10px auto no-repeat;
}

.intro-content-next-num {
  font-weight: 500;
  font-size: 30px;
  line-height: 67.2%;
  color: #FFFFFF;
  opacity: 0.5;
  margin-right: 30px;
}

.intro-content-next-title,
.intro-content-next-title p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 991px) {
  .intro-content-next {
    right: auto;
    bottom: -85px;
  }
}

@media (max-width: 425px) {
  .intro-content-next {
    width: calc(100% - 30px);
    padding: 20px 25px;
  }

  .intro-content-next::after {
    width: 48px;
  }

  .intro-content-next-num {
    font-size: 22px;
    margin-right: 20px;
  }
}
