.formats {
  display: grid;
  gap: 18px;
  color: #55585a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.55;
  text-transform: none;
}

.formats span,
.formats strong {
  display: block;
}

.formats strong {
  margin-bottom: 3px;
  color: #68655f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}
