/* Text Elements */

p.paragraph.paragraph-1 {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

p.paragraph.paragraph-2 {
  text-align: center;
}

p.paragraph.paragraph-3 {
  text-align: center;
}

/* Layout Elements */

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.picture-1 {
  max-width: 500px;
}

div.responsive-picture.picture-2 {
  max-width: 500px;
}