.white-paper{
    padding: 50px 0;
}
.white-paper .h2-head{
    font-weight: bold;
    font-family: "gilroy-bolduploaded_file";
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;

}
.white-paper .h2-head span{
    color: #00aeef;
}
.white-paper{
    font-family: "gilroy-mediumuploaded_file";
}

.h3-heading{
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-family: "gilroy-bolduploaded_file";
}
.h4-heading{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: "gilroy-bolduploaded_file";
}
.list-new-style1{
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
}
.list-new-style1 li{
margin-bottom: 10px;
position: relative;
padding-left: 25px;
word-break: break-all;
}
.list-new-style1 li::after{
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #00aeef;
    border-radius: 50%;
    content: "";
    top:8px;
}


.list-new-style1 li span{
    display: inline-block;
    width: 100%;
    color: #00aeef;
}
.list-new-style1 li p{
    margin-bottom: 0;
}
.table-design-style{
    margin-bottom: 20px;
}
.table-design-style th{
    background-color: #00aeef;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    font-weight: normal;
    border: 1px solid #fff;
}
.table-design-style td{
    padding: 5px;
    font-size: 16px;
    background-color: #DEEAF6;
    color: #000;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fff;
}
.list-d{
    margin: 0;
    padding-left: 18px;
}
.list-d li{
margin-bottom: 10px;
list-style-type:lower-roman;
word-break: break-all;
}