main{
    margin: 4rem var(--content-start);
}

/* section{
    width: 40%;
} */

.intro-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
 .privacy {
    display: grid;
    justify-items: center;
}
 .intro-title h1 {
    font-size: 3em;
    color: #f9a826;
    padding: 0 2.5rem;
}
 .privacy p {
    padding: 2em;
    line-height: 2;
    color: var(--asterone-black);
}
 .list {
    line-height: 1.5;
    padding: 2em;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
 div.list ol li {
    padding-bottom: 1rem;
}
 div.list ol li:last-child {
    padding-bottom: 2rem;
}

 div.list ul li {
    line-height: 2;
}
 div.list ul li:last-child {
    padding-bottom: 2rem;
}
 p.disclaimer {
    color: var(--asterone-black);
    text-align: center;
}

div.name-of-ceo {
    text-align: end;
    justify-self: end;
    color: var(--asterone-black);
    padding: 1.5rem;
}
 div.name-of-ceo p {
    padding: 0;
}
 div.name-of-ceo P:last-child {
    font-weight: bold;
    font-size: 1em;
}