@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");

.section {
    font-family: "Poppins", sans-serif;
    max-width: 900px;
    width: 90%;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
}


.para {
    line-height: 1.75rem;
}

.link {
    text-decoration: none;
    color: #0563c1;
    font-weight: 500;
}

.email {
    color: #0563c1;
    font-weight: 500;
}

.terms {
    /* text-align: "center"; */
    font-size: 2rem;
    margin-bottom: 23px;

}

.policy-heading {
    margin-top: 25px;
    font-size: 24px;
}

.sub-points {
    padding-left: 50px;
}