* {
  position: relative;
  z-index: 0;
}

html * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background-color: transparent;
  color: inherit;
  border: 0;
  border-radius: 0;
  outline: none;
  line-height: inherit;
  letter-spacing: inherit;
  appearance: none;
  -webkit-appearance: none;
}

body {
  font-size: 100%;
  font-weight: normal;
  line-height: 0;
  letter-spacing: 0;
}

pre {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

a {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

i {
  color: inherit;
  font-size: inherit;
}

button {
  font-family: inherit;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 1rem 2rem !important;
}
@media (max-width: 800px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 2rem 0 0 !important;
  }
}/*# sourceMappingURL=reset.css.map */