.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(--green);
    font-size: 16px;
}

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

@media (max-width: 1250px) { 
    .large_text_body {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 850px) { 
    .large_text_body {
        width: calc(100% - 40px);
    }
}

@media (max-width: 600px) { 
    .large_text_body {
        width: 100%;
    }

    .large_text_body h1 {
        text-align: center;
        font-size: 60px;
    }
}