.lazyblock-intro__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.lazyblock-intro__copy {
  margin-bottom: 32px;
}

.lazyblock-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.button-outline {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  color: #fff;
}

.button-outline:hover {
  background: rgba(255, 255, 255, 0.06);
}
