@import url('https://fonts.googleapis.com/css?family=Inter');

html {
    font-size: 10px;
}

body {
    font-family: "Inter";
    margin: 0;
    padding: 0;
}

.policy-container {
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
    justify-content: center;
}

.h1-48-600 {
    margin-top: 0px;
    font-size: 4.8rem;
    color: black;
    font-weight: 600;
    text-align: center;
    line-height: 120%;
}

.subtitle {
    font-size: 2.2rem;
    font-weight: 400;
    /* line-height: 150%; */
    color: #181818B2;
    text-align: center;
    /* margin-top: 10px; */
    padding-left: 70px;
    padding-right: 70px;
}

.email-link {
    color: #007bff;
    text-decoration: none;
}

p {
    font-size: 1.9rem;
    font-weight: 400;
    color: #181818;
    line-height: 22px;
}

h2 {
    font-size: 2.0rem;
    font-weight: 600;
    color: #0057D9;
    line-height: 140%;
}

h3 {
    font-size: 1.9rem;
    font-weight: 400;
    color: #0057D9;
    line-height: 120%;
}

h4 {
    font-size: 1.7rem;
    font-weight: 400;
    color: #0057D9;
    line-height: 100%;
}

p span {
    color: #0057D9;
}


@media (max-width: 769px) {

    .h1-48-600 span {
        font-size: 2.8rem;
    }

    .h1-48-600 {
        font-size: 2.8rem;
    }

    .policy-container {
        max-width: 90%;
    }

    .subtitle {
        font-size: 1.8rem;
        padding-left: 16px;
        padding-right: 16px;
    }

    p {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.7rem;
    }

    h4 {
        font-size: 1.5rem;
    }
}