html,body{
    font-family: 'Roboto', sans-serif;
    color: #4c4c4c;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    color: #0372f2;
}

.privacy h1,
.privacy h2,
.privacy h3,
.privacy h4,
.privacy h5,
.privacy h6,
.privacy p,
.privacy ul {
    margin: 0;
    padding: 0;
}

.privacy {
    margin: 55px 0 75px 0;
}

@media (min-width: 992px) {
    .privacy {
        margin: 55px 0 130px 0;
    }
}
.privacy h1 {
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .privacy h1 {
        font-size: 42px;
    }
}

@media (min-width: 992px) {
    .privacy h1 {
        font-size: 48px;
    }
}

@media (min-width: 1200px) {
    .privacy h1 {
        font-size: 60px;
    }
}

.privacy h3 {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 30px;
}

.privacy section:nth-child(1) p {
    font-size: 18px;
    line-height: 1.55;
}

.privacy section:nth-child(1) p:not(:last-child) {
    padding-bottom: 30px;
}

.privacy section:nth-child(2) p {
    font-size: 14px;
    line-height: 1.71;
}

.privacy section:nth-child(2) p:not(:last-child) {
    padding-bottom: 30px;
}

.privacy section + section::before {
    display: block;
    margin: 50px 0 40px 0;
    content: "";
    height: 1px;
    background: rgba(0,0,0,0.1);
}
