.privacy-policy {
    text-align: justify;
}

article {
    padding-top: 110px;
}

.link {
    border-bottom: 1px solid;
    transition: all 0.3s ease;
}

.link:hover {
    border-bottom: 1px solid transparent;
}

@media screen and (min-width: 1000px) {
    article {
        padding-top: 180px;
    }
}

@media screen and (max-width: 420px) {
    .text h1 {
        font-size: 24px;
    }
}