
#privacyBlock {
    background-image: var(--img-bg-green);
    background-repeat: repeat;

    padding: 200px 0 250px;
    position: relative;
}

#privacyArea {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;

    background-image: var(--img-bg-content);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    padding: 50px 0;
}

#privacyContent {
    margin: 10px 50px;
}

#privacyContent > p.mainTitle {
    color: #3A85F1;
    font-size: 24px;
}

#privacyContent > p.title {
    color: #3A85F1;
}

#privacyContent > p.content {
    color: #FB8D37;
}

#imgGrass {
    background-image: var(--img-fence);
    background-repeat: repeat-x;
    background-size: auto 200px;

    width: 100%;
    height: 200px;

    position: absolute;
    bottom: 0;
}