.basic-example {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eee;
}

.basic-example1 {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #eee;
}

.next-badge {
  margin-right: 16px;
}
