@media(max-width:600px)
{
    #terms_container{
        width: 90vw;
    }
    #terms_container>p{
        font-size: x-small;
    }
    
}