.policy h1 {
    color: #000;
    font-family: Epilogue, serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}
.policy hr {
    display: block;
    border-top: 2px solid #FF6701;
}
.policy h2 {
    color: #000;
    font-family: Epilogue, serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    text-align: left;
}
.policy p {
    color: #000;
    font-family: Epilogue, serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;

}
.policy li {
    color: #000;
    font-family: Epilogue, serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
}
.policy ul {
    padding-left: 1em;
}
.policy p a {
    color: #000;
    font-family: Epilogue, serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
