.terms-box{
    background-color: black;
    color: white;
    padding: 60px 30px;
}

.terms-content{
    padding: 0 20px;
    height: 400px;
    overflow-y: auto;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    text-justify: distribute;
}

.terms-content::-webkit-scrollbar{
    width:2px;
    background-color: white
}

.terms-content::-webkit-scrollbar-thumb{
    background-color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}

.terms-content h2{
    text-transform: uppercase;
}

.hr-line{
  margin-top: 1rem;
  margin-bottom: 1rem;
  color:white;
}