.es-checkbox-group {
  display: inline-block;
  .es-checkbox {
    margin-right: 32px;
    &:nth-last-child(1){
      margin-right: 0;
    }
  }
}
