/* Text Elements */

p.paragraph.paragraph-2 {
  margin-top: 0;
  color: #8c8c8c;
  text-align: right;
  font-family: 'Poppins', cursive;
  line-height: 30px;

  justify-self: auto;
}

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

.container-grid.container-24 {
  display: grid;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 60vh;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.container-38 {
  display: grid;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.picture-4 {
  padding-top: 24px;
  opacity: 1;
}

div.responsive-picture.picture-5 {
  border: 0 solid #000;
}

div.responsive-picture.picture-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.container-grid.sd-three-cols {
  -ms-flex-pack: start;
  max-width: none;

  grid-auto-flow: dense;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container-grid.container-1 {
  display: grid;
  text-align: center;

  grid-auto-flow: row;
}

@media screen and (min-width: 52.4375rem) {
  .container-grid.container-38 {
    display: grid;
    min-width: 0;
  }
}