.slider {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  overflow-x: scroll;
  overflow-y: none;
}

.first-slider, .second-slider {
  display: flex;
  flex-wrap: nowrap;
}

.slider-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-image-wrapper {
  position: relative;
  width: 60%;
}

.slider-image {
  width: 100%;
  height: auto;
}

.slider-title {
  position: absolute;
  bottom: -5rem;
}