.header {
  width: 100%;
  height: 417px;
  margin: 0;
  padding: 0;
  position: relative;
}

.header .header_img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: table;
  background-image: url("./files/elements/oNas.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header .header_img > .verticalAlign {
  display: table-cell;
  vertical-align: middle;
}

.header .header_img > .verticalAlign h1 {
  padding: 0;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.08px;
  text-align: center;
  text-transform: uppercase;
}

.main .content {
  width: 974px;
  min-height: 1px;
  margin: 0px auto;
  padding-top: 76px;
}

.main .content .titleTextBox {
  width: 100%;
  min-height: 1px;
  margin-bottom: 126px;
}

.main .content .titleTextBox:last-child {
  margin-bottom: 0px;
}

.main .content .titleTextBox .leftSide {
  width: 86px;
  min-height: 1px;
  float: left;
}

.main .content .titleTextBox .leftSide h2 {
  padding: 0;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.08px;
  text-transform: uppercase;
}

.main .content .titleTextBox .leftSide .h_separator {
  width: 46px;
  height: 5px;
  background-color: rgba(0, 0, 0, 1);
  margin-top: 6px;
}

.main .content .titleTextBox .rightSide {
  width: calc(100% - 86px);
  min-height: 1px;
  float: left;
  padding-left: 57px;
}

.main .content .titleTextBox .rightSide p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 1.39px;
  line-height: 26px;
}

.main .content .timeline_heading {
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 30px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 35px;
}

.main .content .timeline {
  width: 675px;
  min-height: 549px;
  position: relative;
  margin: 0px auto;
}

.main .content .timeline .centerLine {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  background-color: rgba(227, 227, 227, 1);
}

.main .content .timeline .centerLineDot {
  width: 29px;
  height: 29px;
  background-image: url("./files/elements/timelineDot.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.main .content .timeline .milestone_container {
  width: 100%;
  min-height: 53px;
}

.main .content .timeline .milestone_container .milestone_item {
  width: 50%;
  height: 100%;
  margin-bottom: 17px;
  clear: both;
}

.main .content .timeline .milestone_container .milestone_item.posLeft {
  float: left;
  text-align: right;
  padding-left: 0;
  padding-right: 44px;
}

.main .content .timeline .milestone_container .milestone_item.posRight {
  float: right;
  text-align: left;
  padding-left: 44px;
  padding-right: 0;
}

.main .content .timeline .milestone_container .milestone_item h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.08px;
}

.main .content .timeline .milestone_container .milestone_item p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: rgba(0, 0, 0, 0.51);
  letter-spacing: 0.08px;
  margin-top: 5px;
}

.main .onas_bottomImg {
  width: 100%;
  height: 294px;
  background-color: rgba(216, 216, 216, 1);
}

@media screen and (max-width: 1070px) {
  .main .content {
    width: 100%;
    min-height: 1px;
    margin: 0px auto;
    padding-top: 76px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main .content .titleTextBox .leftSide {
    width: 100%;
  }

  .main .content .titleTextBox .rightSide {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
}

@media screen and (max-width: 716px) {
  .main .content .timeline {
    width: 100%;
    min-height: 549px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main .content .timeline .centerLine {
    margin: 0;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 20px;
    z-index: 1;
    background-color: rgba(227, 227, 227, 1);
  }

  .main .content .timeline .centerLineDot {
    margin: 0;
    width: 28px;
    height: 28px;
    background-image: url("./files/elements/timelineDot.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 7px;
    z-index: 2;
  }

  .main .content .timeline .milestone_container {
    width: 100%;
    min-height: 53px;
  }

  .main .content .timeline .milestone_container .milestone_item {
    width: 100%;
    height: 100%;
    margin-bottom: 17px;
    clear: both;
  }

  .main .content .timeline .milestone_container .milestone_item.posLeft {
    float: left;
    text-align: left;
    padding-left: 0;
    padding-left: 30px;
  }

  .main .content .timeline .milestone_container .milestone_item.posRight {
    float: left;
    text-align: left;
    padding-left: 0;
    padding-left: 30px;
  }
}
