.main-container-slider {
  padding: 0;
  box-sizing: border-box;
  margin-top: 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;

  margin: 24px;
}

.slider-wrapper {
  margin-top: 50px;
  width: 100%;
}
.slider-label {
  margin-bottom: 50px;
  font-family: 'Lato', sans-serif;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
