.terms
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}
.termsMaxWidth
{
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
    padding: 20px;
}

.termsMaxWidth p
{
    text-align: justify;
    display: block;
}

.termsMaxWidth ul
{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 5px;
}
.termsMaxWidth a
{
    text-decoration: underline 2px var(--primary) !important;
    outline-offset: 4px;
}