/*****
content_simple: 
    * main
*****/  


 /* 
---------------------------------
-----        Main           -----
---------------------------------
 */  

.content_simple {
    
    min-height: calc(100dvh - 13.5rem);
}

.terms {

    height: 80vh;
}

.terms_content p{

    font-size: 1rem;
    line-height: 1.4rem;
}