.njt_gdpr_row,
.njt_gdpr_row * {
    box-sizing: border-box;
}
.njt_gdpr_row:after {
    content: " ";
    display: table;
    clear: both;
}
.njt_gdpr_row {
    [class^="njt_gdpr_col"] {
        float: left;
        padding: 0 10px;
        width: 100%
    }
}
@media (min-width: 768px){
    .njt_gdpr_row {
        .njt_gdpr_col-4 {
            width: 33.333%;
        }
        .njt_gdpr_col-3 {
            width: 25%;
        }
        .njt_gdpr_col-6 {
            width: 50%;
        }
        .njt_gdpr_col-8 {
            width: 66.666%;
        }
        .njt_gdpr_col-9 {
            width: 75%;
        }
        .njt_gdpr_col-12 {
            width: 100%;
        }
    }
}