body{
    color: #151515;;
}
.line {
    width: 80vw; margin-left: 10vw; border: lightgrey solid 1px;
}
h2 {
    font-size: 2.5rem;
}
.text {
    font-size: 1.6rem;
}
.text2 {
    font-size: 2.5rem;
}
.text3 {
    font-size: 2.2rem;
}
h2.pr-policy {
    font-size: 1.5rem;
    margin-top: 30px;
}
h3.pr-policy {
    font-size: 1.3rem;
    margin-top: 20px;
}
@media (max-width: 992px) {

    h2 {
        font-size: 4rem;
    }
    .text {
        font-size: 2.8rem;
    }
    .text2 {
        font-size: 4rem;
    }
    .text3 {
        font-size: 2.8rem;
    }
    h2.pr-policy {
        font-size: 1.5rem;
        margin-top: 30px;
    }
    h3.pr-policy {
        font-size: 1.3rem;
        margin-top: 20px;
    }
}
