.materiali {
  display: block;
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}
.materiali h3 {
  font-size: var(--wp--preset--font-size--font-20);
}
.materiali .format {
  display: block;
  font-size: var(--wp--preset--font-size--font-24);
  font-family: "SeituBold", sans-serif;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 0.4ch;
  text-decoration-thickness: 1px;
  margin-bottom: 1.8ch;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.materiali:hover .format {
  text-decoration: none;
}
.materiali:hover .label {
  background: #ec4428;
  transform: rotate(-15deg);
}
* + .materiali {
  margin-top: var(--wp--preset--spacing--normal);
}