/* Text Elements */

h3.heading-1 {
  margin-top: 15px;
}

/* Layout Elements */

.container.container-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  width: 99%;
}

.container.handle {
  display: inline;
}

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

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

@media screen and (min-width: 64rem) {
  div.responsive-picture.picture-1 {
    max-width: none;
  }

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