.prev-img {
    display: block;
    margin: auto;
  }
  
  .feature-content-box,
  .home-content-box {
    max-width: 900px;
    margin: auto;
  }
  
  .button {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    /* background: {{boxColor}}; */
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
  }
  
  .button svg {
    fill: #fff;
    margin-right: 4px;
    height: 20px;
  }
  
  .field label {
    font-weight: bold;
    font-size: 0.8rem;
  }
  
  .field {
    display: flex;
    flex-direction: column;
    padding: 5px 0px;
  }
  
  .padding {
    padding: 0 5px;
  }
  
  .txt {
    text-align: start;
  }
  
  #value {
    background-color: #e5e5e5;
    padding: 5px;
    border-radius: 3px;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    /* background: {{boxColor}}; */
    width: 15px;
    height: 15px;
    border-radius: 50%;
    appearance: none;
  }