.urm-vdf-how-use-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.urm-vdf-how-use-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  height: calc(50% + 25px);
  background: #5FFFAC;
  z-index: -1;
}

.urm-vdf-how-use-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1280px;
  margin: auto;
  gap: 70px;
}


.urm-vdf-how-use-wrapper .urm-vdf-how-use-step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.urm-vdf-how-use-wrapper .urm-vdf-how-use-step .step-content {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.urm-vdf-how-use-wrapper .urm-vdf-how-use-step .step-content span.step-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.urm-vdf-how-use-wrapper .urm-vdf-how-use-step .step-content span.step-title .step-counter {
  font-size: 48px;
  margin-right: 6px;
  font-weight: 700;
}

.urm-vdf-how-use-wrapper .urm-vdf-how-use-step .step-content span.step-desc {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.urm-vdf-how-use-wrapper .urm-vdf-how-use-step img {
  min-width: 375px;
}


@media screen and (max-width: 768px) {
  .urm-vdf-how-use-container {
    overflow: auto;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 22px;
    padding: 0 5%;
    scroll-padding-left: 5%;
    scroll-snap-type: x mandatory
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .urm-vdf-how-use-container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .urm-vdf-how-use-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  .urm-vdf-how-use-wrapper .urm-vdf-how-use-step .step-content span.step-title {
    font-size: 24px;
  }
  
  .urm-vdf-how-use-wrapper .urm-vdf-how-use-step .step-content span.step-title .step-counter {
    font-size: 35px;
  }
  
  .urm-vdf-how-use-wrapper .urm-vdf-how-use-step .step-content {
    gap: 8px;
  }
  
  .urm-vdf-how-use-wrapper .urm-vdf-how-use-step .step-content span.step-desc {
    font-size: 19px;
  }

  .urm-vdf-how-use-wrapper .urm-vdf-how-use-step {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  
}
