.node__content .paragraph {
  margin: 3rem auto;
  text-align: justify;
}
.node__content .paragraph--type--image-text .row {
  flex-direction: row-reverse;
  align-items: center;
}
.node__content .paragraph--type--section-title {
  text-align: center;
  margin: 4rem auto;
}
.node__content .paragraph--type--jumbotron .jumbotron {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.node__content .paragraph--type--jumbotron .contentWrap {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.node__content .paragraph--type--jumbotron .contentWrap .content {
  padding: 30px;
  background: #ffffff;
}
