.div-main{
    padding-left: 70px;
    margin-top: 150px;
    padding-bottom: 70px;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background-color: #ecf4fa;
}
.terms-div-head{
    font-size: 25px;
    font-weight: bolder;
}
.terms-div-head h1{
    font-family: Proxima Nova;
    padding-top: 100px;
}

.para-heading{
    font-family: Proxima Nova;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 20px;
}
.para-main{
    font-family: Proxima Nova;
    font-size: 1rem;
    padding: 10px 0px 4px 45px;
    width: 95%;
}
span{
    font-weight: bold;
    color: black;
}
.link{
    text-decoration: none;
    color: #0060fe;
    /* padding-left: 75px; */
    font-weight: 200;
    font-family: Proxima Nova;
    padding-top: 4px;   
    padding-left: 75px;
}

.link::before {
    content: '';  
    display: inline-block;
    width: 5px;   
    height: 5px;  
    background-color: #000; 
    border-radius: 50%;  
    margin-right: 8px;  
    vertical-align: middle; 
}
link:hover{
    text-decoration: underline;
    color: #0060fe;
}
.effe-div{
    font-size: 1rem;
    font-family: Proxima Nova;
    width: 95%;
}

