.privacy-container {
    padding-top : 155px;
}

.privacy-container h2.title span {
    font-size      : 36px;
    font-weight    : 400;
    text-transform : uppercase;
    line-height    : 53px;
    color          : #ffffff;
}

.privacy-container ~ .node__content .field {
    width          : 100%;
    max-width      : 946px;
    padding-bottom : 100px;
}

.privacy-container ~ .node__content .field h2 {
    font-size                 : 28px;
    line-height               : 36px;
    color                     : #ffffff;
    text-decoration           : underline;
    text-decoration-color     : #524f40;
    text-underline-offset     : 11px;
    text-decoration-thickness : 4px;
    padding-bottom            : 17px;
}

.privacy-container ~ .node__content .field p {
    font-size   : 13px;
    line-height : 30px;
    color       : #ffffff;
}

.privacy-container ~ .node__content .field ul li {
    font-size   : 16px;
    line-height : 40px;
    color       : #ffffff;
}

.privacy-container ~ .node__content .field ul li::marker {
    color : #524f40;
}

.privacy-container ~ .node__content .field h3,
.privacy-container ~ .node__content .field h4,
.privacy-container ~ .node__content .field h5 {
    font-size   : 22px;
    line-height : 56px;
    color       : #ffffff;
}

.privacy-container ~ .node__content .field ~ .gavias-builder--content {
    display : none;
}

@media (min-width: 768px) {
    .privacy-container h2.title span {
        font-size      : 44px;
        font-weight    : 400;
        text-transform : uppercase;
        line-height    : 62px;
        color          : #ffffff;
    }

    .privacy-container ~ .node__content .field h2 {
        font-size                 : 36px;
        line-height               : 51px;
        text-underline-offset     : 11px;
        padding-bottom            : 17px;
    }

    .privacy-container ~ .node__content .field p {
        font-size   : 16px;
    }

    .privacy-container ~ .node__content .field h3,
    .privacy-container ~ .node__content .field h4,
    .privacy-container ~ .node__content .field h5 {
        font-size   : 26px;
    }
}
