.block-header {
  color: var(--wp--preset--color--primary);
}
.block-header h1 {
  font-size: 5rem;
  line-height: 1.1;
  font-family: "ivypresto-display", sans-serif;
}
.block-header h2 {
  font-size: 5rem;
  line-height: 1.2;
  font-family: "ivypresto-display", sans-serif;
}
.block-header h3 {
  font-size: 3rem;
}
.block-header h3 a {
  color: inherit;
  display: inline-block;
  width: 100%;
  position: relative;
}
.block-header h3 a svg {
  position: absolute;
  right: 0;
}
.block-header svg {
  width: 3rem;
  margin-left: 1rem;
  position: relative;
  bottom: -2px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.block-header a:hover svg {
  -webkit-animation-name: pulse-button;
  animation-name: pulse-button;
  -webkit-animation-duration: 0.66s;
  animation-duration: 0.66s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  margin-left: 1.5rem;
}
.block-header a:hover svg path, .block-header a:hover svg g {
  stroke: #00AAE9;
}