
p.nda_restriction {
    margin-top: 15%;
    /* margin-left: 30%; */
    text-align: center !important;
}

.nda_restriction a {
    color: #ff7fc2 !important;
    text-decoration: underline !important;
}

/* Mobile (adjust for screens <= 768px wide) */
@media screen and (max-width: 768px) {
    p.nda_restriction {
        margin-top: 10%;   
        margin-left: 5%;  
        margin-right: 5%; 
        text-align: center; 
    }
}
