.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: 500;
font-size: 28px;
color: #3D4853;
margin: 0px 0px 30px 0px;
}
.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;
}
.terms__list {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 25px;
    line-height: 23px;
}
.content_pages__header__p {
    width: 80%;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto;
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 400;
}
.terms__text{
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 0px 0px 30px 0px;
}

.terms__sub_header {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
}

a {
    color: #03A9F4;
    font-size: 16px;
    
}
a:hover{
    color: #03A9F4;
     
}
a:link {
    text-decoration: none;
}
.imgsize{
    width: 85%;
}


.roadmap__content__dt {

    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    font-style: normal;
    color: #5A6B7B;
    -webkit-box-pack: justify;
    font-family: 'InterMedium';
    font-weight: 400;
    font-size: 16px;
}


.roadmap__content__dd {
    margin-bottom: 16px;
    margin-left: 0;
    width: 85%;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    color: #8e9ead;
    font-family: 'InterMedium';
    font-weight: 400;
    font-size: 12px;
}
@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){
    .terms__badges__item{
        margin: 0px 0px 20px 0px;
        text-align: center;
    }
    .roadmap__content__dt {
        display: block;
    }
    .roadmap__content__dd{
        width: 100%;
    }
    .terms__sub_header{
        margin: 40px 0px 25px 0px;
    }
    .terms__header{
        margin: 30px 0px 20px 0px;
    }
    .pagenames{

    text-align: center;
    padding: 8px 0px 8px 0px !important;
    } 
    .imgsize{
        width: 20%;
        margin: 20px 0px 30px 0px;
    }

}

