@media only screen and (max-width: 768px) {
    .mobile--hide {
        display:none;
    }
}

.nf-form-cont .checkbox-container {
    width: 100%;
}