blockquote {
  display: block;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px; }
  blockquote p {
    margin-bottom: 5px; }

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 1.125em;
  padding: .667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word; }
  .wp-block-button__link:hover {
    color: #fff; }

a:not([href]):not([tabindex]) {
  color: #fff !important;
  text-decoration: none; }

figcaption {
  text-align: center; }

.alignfull,
.alignfull img {
  width: 100vw; }

h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem; }
