*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    position: relative;
    /* padding-top: 50px; */
    background-color: #eaf1f9;
    margin-bottom: 0px;
}
.banner-content{
    margin-top: 50px;
    margin-bottom: 50px;
}
.para{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #697698;
    line-height: 25px;
}
h1{
    font-size: 22px;
    line-height: 24px;
    font-family: arial;
    border-left: 3px solid #0170cd;
    padding: 5px;
    margin-bottom: 17px;
    font-weight: 600;
}
h2{
    font-size: 18px;
    color: #000;
    margin-top: 28px !important;
    line-height: 37px;
    font-weight: 600;
    text-transform: initial;
}
.ne-connect-new-privacy li{
    margin-left: 30px;
    list-style-type: disc;
    color: #000;
    font-size: 16px;
}
p a{
    font-size: 16px;
    color: #0982b1;
    line-height: 26px;
    font-family: arial;

}
.banner-content p{
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: 26px;
    font-family: arial;
    font-weight: 400;
}