h1 {
    font-family: "Worksans-B2";
    font-size: 3rem;
    text-decoration: underline;
    text-transform: uppercase;
}
.lastUpdated {
    font-family: "helveticaNowIt";
    margin-top: 1rem;
}
section {
    margin-bottom: 2rem;
    padding: 2rem;
    max-width: 60%;
    max-height: 100vh;
    overflow-y: scroll;
    margin: 30px auto 40px auto;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
}
.policyText {
    margin-top: 1rem;
    font-family: "helveticaNow";
}
.ourName {
    font-weight: 800;
}
.subHeading {
    font-weight: 1000;
    margin-top: 1rem;
    font-family: "helveticaNow";
    font-size: 1.5rem;
}
.subHeading2 {
    font-weight: 1000;
    font-family: "helveticaNow";
    font-size: 1.5rem;
}
ul {
    padding: 1.5rem;
}
ul li {
    width: 80%;
    margin: 0.5rem 0rem;
    font-family: "helveticaNow";
}
#useInformation li span {
    font-weight: 800;
}
.subhead {
    font-family: "helveticaNow";
}
a {
    text-decoration: underline;
}
@media screen and (max-width: 490px) {
    .policyText {
        width: 90%;
    }
    ul li {
        width: 95%;
    }
    section {
        max-width: 95%;
        padding: 15px;
    }
}

.policyImage {
    text-align: left;
    margin-bottom: 15px;
}

.policyImage img {
    width: 100px;
    height: 100px;
}
