h1{
    font-size: 20px;
    color: #333333;
}
h2{
    font-size: 18px;
    color: #333333;
}
p{
    font-weight: 400;
    font-size: 16px;
}
u{
    color: #0000EE;
}
.img-postion-set{
  position: absolute;
  bottom: 0px;
  right: 0;
}
.terms-h1{
    font-size: 48px;
}
.just-text-align{
    text-align: justify;
}
.bg-text{
    color: #0000EE !important;
    font-size: 14px;
    font-weight: 600;
}
.bg-text:hover{
    text-decoration: none;
}
.mb-8{
    margin-bottom: 8rem;
}
.nav-contain{
    margin-right: 0px;
    margin-left: 0px;
}
.nav-height{
    height: 90px;
}
.img-position{
    margin-left: 50px;
}
.nav-color{
    background: #FFFFFF;
    box-shadow: 4px 4px 30px 0px #0000001A;
}
.second-card{
    height: 160px;
}
.main-card{
    margin-right: 50px;
    margin-left: 50px;
}
.last-updated{
    color: #AFAFAF;
    font-size: 14px;
}
.terms-card{
    height: 120px;
    background-size: 100% 100%;
    margin-right: 10px;
    border-radius: 10px;
    background-image: url('/static/termsofservices/images/terms-Header.png');
    background-repeat: no-repeat;
    position: relative;
}
.fontwb{
    font-size: 16px;
    font-weight: 600;
}
.lesokourlcl{
    color: #0000EE;
    font-weight: 600;
}

ul {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 30px;
}

ul li p {
    margin: 0;
    padding-left: 0;
}
