.seller-question {
    /* background-color: red; */
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.seller-instruction {
    /* background-color: blue; */
    margin-bottom: 10px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
