.policy_section{
    padding-top: 20px;
}
.policy_section_heading{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}
.policy_section_card{
    background: #FFFFFF;
    border-radius: 19px;
    border: none;
    margin-top: 10px;
}
.policy_section_card_header{
    background: #7D0C41;
    border-radius: 19px !important;
    font-family: myRegularFont;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
.policy_section_card_body{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;

}
table {
    width: 100%;
    border-collapse: collapse;
    border: 0px solid black;
}
table td{
    padding: 5px;
}
