.Privacy-Policy-wrapper {
    padding-block: 50px;

    h1 {
        color: #3a3a3a;
        font-family: Lato;
        font-size: 26px;
        line-height: 31.2px;
        margin: 0px 0px 13px;
    }

    p {
        font-size: 15px;
        color: rgb(75, 79, 88);
        line-height: 25px;
        margin-bottom: 1.6em;

        a {
            color: #aa7f6e;
            text-decoration: underline;
        }
    }

    h4 {
        font-size: 1.6rem;
        line-height: 1.2em;
        font-weight: 600;
        margin-bottom: 20px;
    }
}