.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 20px 0px;
}
.terms__header1{
    font-family: 'InterBold';
font-style: normal;
font-weight: 600;
font-size: 40px;
color: #3D4853;
margin: 0px 0px 20px 0px;
}
.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;
}



a {
    color: #03A9F4;
    font-size: 16px;
    
}
a:hover{
    color: #03A9F4;
    /* font-size: 16px; */
     
}
a:link {
    text-decoration: none;
}
.imgsize{
    width: 60%;
}
@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__header{
        margin: 0px 0px 20px 0px;
    }
    .terms__text{
        margin: 0px 0px 30px 0px;
    }
    .pagenames{

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

}

