.top-bg {
    width: 100%;
    height: 300px;
    background:
        url(../images/privacy-policy/top-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.textarea {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1.7;
}

h3 {
    margin-top: 20px;
}

@media (max-width: 1000px) {
    .top-bg {
        height: 150px;
    }

    .textarea {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 550px) {
    .textarea {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}