body.page-node-203 #hero_bg_wrapper {
  background-image: url("../asset/home-parallax.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

body.page-node-203 .about-us-title {
  margin: 7rem 1rem 6rem;
  padding: 4rem;
}

body.page-node-203 .about-us-title,
body.page-node-203 .about-us-title h1 {
  position: relative;
}
body.page-node-203 .about-us-title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  background-image: url("../asset/about-triangle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 2.5rem;
  -webkit-filter: opacity(30%);
  filter: opacity(30%);
}
body.page-node-203 #main_wrapper {
  background-image: url("../asset/about-bg.svg");
  background-attachment: fixed;
  background-repeat: repeat;
}
body.page-node-203 article.node--type-page .field--name-body {
  padding: 0 3rem;
}
body.page-node-203 #content,
body.page-node-203 .node__content {
  margin-top: 0;
}

/**
 * Fancy list tyle.
 */
body.page-node-203 article.node--type-page .field--name-body ul {
  list-style: none;
}
body.page-node-203 article.node--type-page .field--name-body ul > li {
  padding: 0.6rem 0;
}
body.page-node-203 article.node--type-page .field--name-body ul > li:before {
  content: "";
  height: 3rem;
  width: 3rem;
  display: block;
  margin-right: 0;
  background: url("../asset/svg-bullet.svg") no-repeat center;
  float: right;
}
[dir=ltr] body.page-node-203 article.node--type-page .field--name-body ul > li:before {
  float: left;
}

/**
 * About - borders
 */
.about-border {
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  text-align: justify;
  font-weight: bold;
}

.about-border:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 1rem;
  height: 4.6rem;
  width: 4.6rem;
  background-color: #34435e;
  text-align: center;
  color: #ffffff;
}
.about-border:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}
.about-border:nth-child(odd):before {
  left: 100%;
  margin-left: -2.2rem;
}
.about-border:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
.about-border:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}
.about-border:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.about-border:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.about-border:nth-child(2n) > h2 {
  text-align: left
}
.about-border > h2 {
  font-weight: bold;
  margin: 1rem 1rem 2.5rem;
}

body.page-node-203 #bottom_full_with {
  background-image: url("../asset/home-parallax.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;

  min-height: 25rem;
  padding: 10rem 0;
  color: #fff;
  text-align: center;
}
