main {
    background-color: var(--primary-color-2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
    color: #000;
    padding: 140px 1em 4em 1em;
}

.hero-section {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

h1 {
    font-size: 2rem;
}

.terms-privacy-list {
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding-left: 1em;
}

.terms-privacy-list > li::marker {
    font-family: 'Sorts Mill Goudy', 'Times New Roman', Times, serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color-3);
}

.terms-privacy-list h2 {
    font-size: 1.5rem;
}

.terms-privacy-list ul {
    list-style-type: disc;
    padding-left: 1.2em;
}