.jitb-stripe-container {
  z-index: 0;
  background: linear-gradient(
    269.87deg,
    #4a1291 0.26%,
    #f9766e 48.47%,
    #4a1290 98.36%
  );
  background-blend-mode: multiply;
  padding: 40px 0;
  max-height: 128px;
  position: relative;
}

.jitb-stripe-container::before,
.jitb-stripe-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: -1;
}

.jitb-stripe-container::before {
  background: url(/noise.png);
  background-blend-mode: soft-light;

  background-size: contain;
  background-repeat: repeat;
}

.jitb-stripe-container::after {
  background: url(/texture.png);
  opacity: 0.05;
  background-blend-mode: soft-light;
  background-size: cover;
}

.jitb-stripe-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41px;
}

.jitb-stripe-wrapper p {
  margin: 0;
}

.jitb-stripe-wrapper img {
  opacity: 0.4;
}

.jack-in-the-box-page .promopage-steps {
  background: url('/steps-desktop.jpg') no-repeat center center;
  background-size: cover;
  margin-bottom: 64px;
}

@media screen and (max-width: 1240px) {
  .jack-in-the-box-page section.topper-section {
    background-size: cover;
  }

  .jack-in-the-box-page .topper-section .registration-wrapper {
    padding-top: 69px;
  }
}

@media screen and (max-width: 900px) {
  .jitb-stripe-container {
    max-height: 246px;
    padding: 32px 0;
  }

  .jitb-stripe-wrapper {
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;

    font-size: 20px;

    line-height: 30px;
  }

  .jitb-stripe-wrapper p {
    margin: auto 24px;
    text-align: center;
  }

  .jitb-stripe-wrapper img {
    scale: 0.65;
  }

  .jack-in-the-box-page .promopage-steps {
    margin-bottom: 44px;
  }

  .jack-in-the-box-page .promopage-steps .section-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media screen and (max-width: 700px) {
  .schedule-block .inner-container {
    margin-bottom: 32px;
  }

  .jack-in-the-box-page .promopage-steps {
    background: url('/steps-mobile.jpg') no-repeat center center;
    background-size: cover;
  }
}
