.privacy_wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
}

.privacy_wrapper h1 {
    font-size: 80px;
    line-height: 1.3;
    text-transform: uppercase;
}

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

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

@media (max-width: 650px) {
    .privacy_wrapper h1 {
        font-size: 56px;
    }
}

@media (max-width: 600px) { 
    .privacy_wrapper {
        margin-top: 80px;
    }
    
    .large_text_body {
        margin-bottom: 80px;
    }
}