.information {
  width: 110px;
  height: 25px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  margin-left: 8px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.event {
  width: 110px;
  height: 25px;
  background-color: #828282;
  color: #fff;
  text-align: center;
  margin-left: 8px;
  align-items: center;
  display: flex;
  justify-content: center;
}



.cat-item-first >a {
  display: block;
  padding: 1px 20px;
  
}

a.cat-link {
  width: 110px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  border: solid 1px #000;
  margin: 0 2px;
}

a.cat-link.current {
  background-color: #000;
}

.current-cat >a {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {

  a.cat-link {
    width: 119.87px;
    margin: 0 6px;
  }
}

