main > section {
    margin-bottom: 5rem;

    @media (max-width:800px) {
        margin-bottom: 2rem;
    }
}

main > section:not(.hero) {
    margin-inline: 13%;

    @media (max-width:800px) {
        margin-inline: 2rem;
    }
}

section:not(.hero) {
    padding-top: 1px; /* prevent margin collapsing */
}

.section-title {
    margin-bottom: 3rem;
}

section p, section li {
    margin-bottom: 1rem;
    line-height: 1.5rem;
    font-size: 1.125rem;
    list-style: initial;
}

h3 {
    font-size: 2.625rem;
    line-height: 3rem;
    margin: 3rem 0 2rem;

    @media (max-width:800px) {
        font-size: 1.5rem;
    }
}

.section-condition{
    margin-bottom: 5rem;

    @media (max-width:800px) {
        margin-bottom: 2rem;
    }
}

.cgv-responsive{
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;

    @media (max-width:800px) {
        flex-direction: column;
        align-items: center;
    }
}

.first-btn-cgv{
    margin-right: 1rem;

    @media (max-width:800px) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}


