.letter-action .pill,
.updates-entry .pill {
  min-width: 145px;
  min-height: 43px;
  padding: 10px 24px;
  color: #1d1d1f;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 9px 18px rgba(0, 0, 0, .22);
}

.letter-action .pill:hover,
.updates-entry .pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .25);
}

.updates-entry .pill {
  margin-top: 60px;
  position: relative;
}

.updates-entry .pill span {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.news .updates-entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.news .updates-entry h2,
.news .updates-entry .pill {
  margin-left: auto;
  margin-right: auto;
}
