body {
    background: #fafaff;
    color: #32374d;
    margin: 0;
    padding: 0;
}
.terms-wrapper,
.terms-wrapper *:not(.nav-info-desc) {
    font-family: "Segoe UI", sans-serif !important;
}
.terms-wrapper {
    max-width: 800px;
    margin: 50px auto;
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 28px #4f67ad17;
    margin-bottom: 50px !important;
    border: 5px solid #e3e6f1;
}
.terms-section {
    margin: 36px 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #eeeeff;
}
.terms-wrapper h1 {
    text-align: center;
}
.terms-wrapper h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 28px 0;
    color: #5a68c7;
    letter-spacing: 1px;
    text-align: center;
}
.terms-wrapper h2 {
    font-size: 1.4rem;
    color: #495488;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
}
p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    color: #555866;
}

@media (max-width: 900px) {
    .terms-wrapper {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .terms-wrapper {
        margin-left: 5px;
        width: 80%;
    }
}

@media (max-width: 450px) {
    .terms-wrapper {
        margin-left: 5px;
        width: 77%;
    }
}

@media (max-width: 400px) {
    .terms-wrapper {
        margin-left: 3px;
        width: 74%;
    }
}

@media (max-width: 350px) {
    .terms-wrapper {
        margin-left: 2px;
        width: 73%;
    }
}
