/* Text Elements */

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

h2.title-message {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 66px;
  max-width: 800px;
  text-align: center;
  font-size: 36px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2 span.heading-text-1 {
  font-size: 1.625rem;
}

h2 span.heading-text-2 {
  font-size: 1.25rem;
}

h2 span.heading-text-3 {
  font-size: 1.25rem;
}

/* Layout Elements */

.container.highlight-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 40vh;
  background-color: #ececec;

  -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture.picture-1 {
  width: 40%;
}