.main-terms-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.terms-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.terms-text span {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
}

.terms-heading-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.terms-heading-wrapper h1 {
        color: var(--black);
        font-size: 36px;
        font-weight: 700;
    }

.terms-heading-wrapper p {
        color: var(--black);
        font-size: 16px;
    }

.terms-heading-wrapper p a {
            color: var(--black);
            font-size: 16px;
            font-weight: 700;
        }

p,
li {
    color: var(--black);
    font-size: 16px;
}

.terms-list {
    padding-left: 20px;
}

.terms-list li {
    margin-bottom: 20px;
}

.terms-list li:last-child {
    margin-bottom: 0;
}
