.checkboxes {
    float: right;
    margin:25px 0 50px 0;
    width: auto;
}
.checkboxes > div {
    width: auto;
}

@media screen and (max-width: 768px) {
    .checkboxes {
        width: auto;
    }
    .checkboxes > div {
        width: 50%;
    }
}