body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f8f8f8 !important;
}
.page-main-title{
    font-weight: 500;
    line-height: 1.2;
    margin: 24px 0px 12px 0px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    
    color: #333333;
}
.card{
    margin-bottom: 20px;
    border: 1px solid #c4c4c4 !important;
}
.policy-description{
    padding: 24px 0;
    margin: 0 32px;
}
.p-head-line{
    color:#4c4c4c;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.25px;
}

.mid-head-line{
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #4c4c4c;
    margin-top: 16px;
    margin-bottom: 8px;
}
.list-arrow ul {
    margin-bottom: 5px;

}
.policy-description .list-group-item {
   
    padding: 0;
    color:#4c4c4c;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-position: left 0;

    border: none;
}
.p-bold-header{
    padding: 0;
    color:#4c4c4c;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.25px;
   
   display: inline;

    border: none;
}
.a-pl-6{
    padding-left: 24px !important;
}
.p-ul{
    list-style: square;
}
.p-li{
    padding: 0;
    color:#4c4c4c;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-bottom: 12px;
   

    border: none;
}
footer.footer {
    border-top: 1px solid #c4c4c4;
    color: #333333;
    position: relative;
    background: #ffffff;
}
.footer-text{padding: 0;
    color:#5e5e5e;
    font-family: Nunito;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding: 10px;}
 @media (max-width: 575.98px) { 
    .footer-text{padding: 4px;}
    .policy-description{
        padding: 16px 0;
        margin: 0 16px;
    }
    .page-main-title{
 
        line-height: 1.2;
        margin: 24px 0px 12px 0px;
        font-family: Nunito;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        
        color: #333333;
    }
    
  }