html {
    font-size: 62.5%;
}

p {
    font-size: 3rem;
}

.p-lg {
    font-size: 5rem;
}

h1 {
    font-size: 5rem;
}

a,
.btn {
    font-size: 3.4rem
}

@media screen and (max-width: 2560px) {
    html {
        font-size: 60%;
    }
    p {
        font-size: 2.4rem;
    }
    .p-lg {
        font-size: 4rem;
    }
    h1 {
        font-size: 4rem;
    }
    a,
    .btn {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1920px) {
    html {
        font-size: 58%;
    }
    p {
        font-size: 1.7rem;
    }
    .p-lg {
        font-size: 2rem;
    }
    h1 {
        font-size: 2.4rem;
    }
    a {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 55%;
    }
    p {
        font-size: 1.8rem;
    }
    .p-lg {
        font-size: 2.2rem;
    }
    h1 {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 1120px) {
    html {
        font-size: 50%;
    }
    p {
        font-size: 1.9rem;
    }
    .p-lg {
        font-size: 2.4rem;
    }
    h1 {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 960px) {
    html {
        font-size: 45%;
    }
    p {
        font-size: 2rem;
    }
    .p-lg {
        font-size: 2.6rem;
    }
    h1 {
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 40%;
    }
    p {
        font-size: 2.4rem;
    }
    .p-lg {
        font-size: 2.8rem;
    }
    h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 35%;
    }
    p {
        font-size: 2.8rem;
    }
    .p-lg {
        font-size: 3rem;
    }
    h1 {
        font-size: 4.6rem;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 25%;
    }
    p {
        font-size: 3rem;
    }
    .p-lg {
        font-size: 3.6rem;
    }
    h1 {
        font-size: 4rem;
    }
    a,
    .btn {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 18%;
    }
    p {
        font-size: 4rem;
    }
    .p-lg {
        font-size: 4.4rem;
    }
    h1 {
        font-size: 6rem;
    }
    a,
    .btn {
        font-size: 3rem;
    }
}