.policy-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.policy-content {
    width: 90%;
    max-width: 700px;
}
h1 {
    text-transform: uppercase;
}
.header-text {
    margin-bottom: 10px;
}
.header-sub-text {
    font-size: 14px;
    color: #4a5568;
}
.policy-section {
    margin-top: 1.5rem;
    line-height: 27px;
}
.policy-section a {
    color: #1E90FF;
}