.privacy_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.large_text_body ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    padding: 0 10px 0 0;
    color: var(--sage);
    font-size: 16px;
}

.large_text_body ul li {
    margin-bottom: 15px;
    display: flex;
}

@media (max-width: 650px) {
    .privacy_wrapper h1 {
        text-align: center;
    }
}