body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}
.policy{
    display: flex;
    width: 80%;
        margin: 0 auto;
        flex-direction: column;
        min-height: 100vh;
}
h1{
    color: #00426A;
    font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
}
h3{
    color: #00426A;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
}
p {
        font-family: Roboto;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
}
    
      