body,
html {
    
    margin: 0;
    /* Remove default margin */
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms {
    width: 80%;
    margin: auto;
    margin-top: 10rem;
    box-sizing: border-box;
}

.termshead {
    font-family: 'Inter';
    font-size: 1.5rem;
    font-weight: 600;
    color: #303237;
    margin-top: 40px;
}

.mainsub {
    font-family: 'Inter';
    font-size: 2.5rem;
    font-weight: 1000;
    color: #303237;
    text-align: center;
}

.cont {
    margin-top: 50px;
    margin-bottom: 50px;
}

.termscontent {
    font-family: 'Inter';
    font-size: 0.9rem;
    font-weight: 400;
    color: #3b3838;
}