.component-tenure-selector {
  margin: 15px 0;
  .title {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
  }
  .vue-slider-component {
    margin: 30px auto;
    .tenure-label {
      position: absolute;
      bottom: 160%;
    }
  }
  .benefits {
    color: #70ad4d;
    font-weight: 100;
    font-size: 14px;
    font-style: oblique;
    &.none {
      color: #9b9b9b;
    }
  }
  .tenure-offer {
    background-color: #eff5eb;
    border-radius: 4px;
    min-height: 34px;
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0;
    color: #70ad4d;
  }
}
@media screen and (max-device-width: 480px) {
  .component-tenure-selector {
    .title {
      margin-bottom: 0px;
      display: flex;
      justify-content: space-between;
    }
    .vue-slider-component {
      margin: 20px auto 30px auto;
    }
  }
}


