main #privacy {
    align-items: normal;
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%;
    width: 100%;
}

main #privacy .item {
    text-align: justify;
}

main #privacy ul {
    list-style-type: square;
}
