.about-us-page .region--content-top {
  background-image: url("about_detail_bg.svg");
  background-size: 364px 352px;
  background-position: 75% 15px;
  background-repeat: no-repeat;
  height: 250px;
}

.about-us-page > main {
  margin-top: -52px;
}

.about-us-page--full:after {
  content: "";
  display: table;
  clear: both;
}

.about-us-page--full .about-title {
  font-weight: 100;
  font-size: 40px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media all and (min-width: 800px) {
  .about-us-page--full .about-title {
    color: #FFF;
  }
}

.about-us-page--full .node__content {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

