body {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: none;
}

div.about-us {
  /* Box-model */
  display: flex;
  height: 950px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;

  /* Flexible Box */
  justify-content: center;

  /* Visual */
  background: #000000;
}

div.left-background {
  /* Box-model */
  width: 1500px;
  height: 1155px;
  overflow: hidden;

  /* Visual */
  background: #000000;
}

div.left-title {
  /* Box-model */
  float: right;
  width: 683px;
  height: 97px;
  margin-top: 97px;
}

div.right-background {
  /* Box-model */
  width: 1500px;
  height: 1155px;
  overflow: hidden;

  /* Visual */
  background: #000000;
}

div.right-title {
  /* Box-model */
  float: left;
  width: 1000px;
  height: 433px;
  margin-top: 97px;
}

div.content {
  /* Box-model */
  min-width: 1366px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;

  /* Flexible Box */
  justify-content: center;

  /* Typography */
  font-family: "Source Sans Pro", sans-serif;
}

.h2SourceSansPro {
  /* Box-model */
  margin: 0;

  /* Typography */
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

.h3SourceSansPro {
  /* Box-model */
  margin: 0;

  /* Typography */
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #A3A3A3;
}

div.top-background {
  /* Positioning */
  position: absolute;
  top: 97px;
  z-index: 2;

  /* Box-model */
  display: flex;
  width: 1366px;
  height: 291px;

  /* Flexible Box */
  justify-content: center;

  /* Visual */
  border-right: 1px dotted #e10012;
}

div.top-title {
  /* Positioning */
  position: absolute;
  top: 97px;
  z-index: 3;

  /* Box-model */
  display: flex;
  width: 1366px;
  height: 291px;

  /* Flexible Box */
  justify-content: center;
}

p.title {
  /* Positioning */
  position: relative;
  top: 57px;

  /* Box-model */
  margin: 0;
}

svg.title {
  /* Box-model */
  width: 1366px;
  height: 433px;
}

polygon.title {
  fill: #e10012;
}

img.building-background {
  /* Positioning */
  position: absolute;
  top: 97px;

  /* Box-model */
  padding-right: 682px;
}

div.company-information-container {
  /* Positioning */
  position: absolute;
  top: 170px;

  /* Box-model */
  width: 1366px;
  height: 800px;
}

div.black-triangle-top {
  /* Visual */
  border-style: solid;
  border-width: 0 0 190px 1366px;
  border-color: transparent transparent black transparent;
}

div.company-information {
  /* Box-model */
  display: flex;
  width: 1366px;
  height: 300px;

  /* Flexible Box */
  flex-direction: column;
  align-items: center;

  /* Visual */
  background: #000000;
}

div.black-triangle-bottom {
  /* Visual */
  border-style: solid;
  border-width: 0 0 190px 1366px;
  border-color: transparent black transparent;
}

p.first-paragraph-title {
  /* Box-model */
  height: 50px;
  margin-top: 28px;
}

div.underline {
  /* Box-model */
  width: 80px;

  /* Visual */
  border-bottom: #E60012 solid 2px;
}

p.first-paragraph {
  /* Box-model */
  margin-top: 85px;

  /* Typography */
  text-align: center;
}
