body{
    /* padding: 0; */
    margin: 0;
    /* color: #696974; */
    color: #3A3A3A;
    font-family: 'Source Sans Pro', sans-serif;
}

.terms-title{
    font-size: 28px;
    font-weight: bold;
    color: #3A3A3A;
    text-align: center;
    color: #1C94E2;
    margin: 10px 0 20px;
}
.container{
    padding: 20px;
}
.main-title,.content-title, .sub-content{
    font-size: 16px;
   
}
.sub-content{
margin-top: 8px;
}

.content-title{
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
}

ol{
    padding-left: 20px;
}

.terms-txt{
    text-align: justify;
}


.footer{
    margin-top: 50px;
    background-color: #F3F5F8;
    /* color: ; */
    font-weight: 600;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}


