.terms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: min(100%, 700px);
    padding: 2rem;
}

.terms__title {
    margin-bottom: 2rem;
    align-self: center;
}

.terms__section {
    margin-bottom: 2rem;
}

.terms__heading {
    text-align: left;
    margin-bottom: 1rem;
}

.terms__content {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.terms__subheading {
    margin: 1rem 0;
}

.terms__date {
    text-align: center;
    margin-top: 2rem;
    font-style: italic;
}