  .paragraph--type--full-width-wysiwyg {
  margin: 2rem 0;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--full-width-wysiwyg {
    margin: 4rem 0 3rem 0;
  }
}
.paragraph--type--full-width-wysiwyg h2 {
  font-family: bely-display, sans-serif;
  font-weight: normal;
  font-size: 3.375rem;
}
.paragraph--type--full-width-wysiwyg h3 {
  font-family: bely-display, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
}
.paragraph--type--full-width-wysiwyg h4 {
  font-family: bely, sans-serif;
  font-size: 1.938rem;
}
.paragraph--type--full-width-wysiwyg h5 {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.paragraph--type--full-width-wysiwyg h6 {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.36rem;
}
.paragraph--type--full-width-wysiwyg p {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.paragraph--type--full-width-wysiwyg a {
  color: #ad3e00;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.paragraph--type--full-width-wysiwyg a:hover {
  color: #E65300;
}
.paragraph--type--full-width-wysiwyg table {
  font-family: neuzeit-grotesk, sans-serif;
}
