.headinfo{
    font-size: 20px;
    color: #102D4A;
    font-style: normal;
    font-weight: 400;
    font-family: "Systopie";
}

.text{
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    margin-top: 20px;
    font-family: "Systopie";
    
}
.pointer{
    cursor: pointer;
}

.flex{
    display: flex;
}

.policypoint{
    flex-direction: column;
    width: 93%;
    margin: 0 auto;
    
    padding-top: 20px;
    padding-bottom: 20px;
}



