#about_intro::before {
  background-image: linear-gradient( 33deg, hsl(196, 100%, 33%), hsl(200, 79%, 75%));
}

#about_landing {
  background-image: url('../img/breather-163403.jpg');
}

#about_landing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80vh;
  opacity: 0.72;
  background-image: linear-gradient( 33deg, hsl(187, 76%, 37%), hsl(200, 79%, 75%));
}

#about_landing h1 {
  z-index: 2;
  position: absolute;
  margin-top: -24px;
  line-height: 48px;
}

#about_intro h4 {
  color: hsl(200, 79%, 40%);
  font-weight: 600;
}

#about_intro div.content:nth-of-type(2) {
  padding-top: 24px;
}

#about_landing iframe {
  z-index: 2;
  position: absolute;
  top: 35vh;
  left: calc(50vw - 35vmin);
  /* min-width: 816px; */
  max-width: 816px;
  width: 90vmin;
  height: 50vmin;
}

#about_contact {
  background-image: linear-gradient( 33deg, hsl(187, 76%, 37%), hsl(200, 79%, 75%));
}

#about_contact div.content div.column:nth-of-type(1) {
  margin-right: 48px;
  flex: 2;
}

#about_contact div.content div.column:nth-of-type(1) div.column {
  /**
  * max-width
  *
  * : 240px;
  */
  margin-top: 48px;
}

#about_contact>div>div:nth-child(1)>div>div:nth-child(1)>p {
  position: relative;
}

#about_contact div.content figure {
  width: 100%;
  margin: 0 auto;
  margin-right: 16px;
  vertical-align: top;
  position: relative;
  margin-bottom: 24px;
}

#about_contact div.content figure img {
  display: inline-block;
  border: 3px solid hsl(360, 100%, 100%);
  border-radius: 120px;
  box-shadow: 0 0 12px 0px hsla(0, 0%, 0%, 0.4);
  transition: all 0.2s linear;
  height: 110px;
  position: relative;
  left: 6px;
  margin-right: 16px;
}

#about_contact div.content figure:hover img {
  transform: scale(1.10);
}

#about_contact div.content figure figcaption {
  margin-bottom: 12px;
  color: hsl(360, 100%, 100%);
  border-bottom: 2px solid hsl(360, 100%, 100%);
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#about_contact div.content figure figcaption strong {
  font-weight: bold;
}

#about_contact div.content blockquote p {
  font-style: italic;
}

#about_contact svg {
  width: 240px;
  margin-bottom: 48px;
}

#about_contact div.contactform {
  height: 680px;
  margin-left: 0;
}