div.responsive-picture.picture-1 {
  margin: 10px;
  padding: 0;
  max-width: 800px;
  border-width: .0625rem;
  border-style: solid;
}

div.responsive-picture.picture-2 {
  float: none;
  margin: 10px auto;
  padding-right: 0;
  padding-bottom: 0;
  max-width: 600px;
  max-height: 800px;
  width: 400px;
  border-width: .0625rem;
  border-style: solid;
}

@media screen and (min-width: 40rem) {
  div.responsive-picture.picture-2 {
    width: 200px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.heading-1 {
    color: #000349;
    text-align: center;
    font-size: 45px;
  }

  p.paragraph.paragraph-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
  }

  div.responsive-picture.picture-2 {
    width: 80%;
  }
}