.pagenames{
    font-family: 'InterBold';
font-style: normal;
font-weight: 600;
font-size: 14px;
color: black !important;
padding: 8px 0px 8px 45px !important;
}
.terms__header{
    font-family: 'InterMedium';
font-style: normal;
font-weight: 400;
font-size: 40px;
color: #3D4853;
margin: 50px 0px 0px 0px;
}

.terms__text{
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 30px 0px 0px 0px;
}
.contentatag{
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #03A9F4 !important;
    text-decoration: none;
}
.terms__sub_header{
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #5A6B7B;
    margin: 50px 0px 0px 0px;
}
.terms__sub_header__h3{
    font-family: 'InterBold';
    font-style: normal;
    color: #3D4853;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.contentli{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 40px;
    color: #5A6B7B;
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* list-style: none; */
}
.table-bordered {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #5A6B7B;
    line-height: 20px;
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    border-color: grey;
}
.terms__list{
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 25px;
}
a {
    color: #03A9F4;
    font-size: 16px;
    
}
a:hover{
    color: #03A9F4;
     
}
a:link {
    text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 990px){
    .pagenames{

    text-align: center;
    padding: 8px 0px 8px 0px !important;
    } 
}
@media only screen and (min-width: 200px) and (max-width: 767px){
    .contentli{
        padding-right: 0;
    }
    .table-bordered {
        table-layout: auto;
    }
    .terms__content{
        margin: 0px 0px 0px 0px;
    }
    .pagenames{

    text-align: center;
    padding: 8px 0px 8px 0px !important;
    } 
}

