.hero {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: rgb(0, 10, 63);
}

.hero_row {
  background-color: rgb(0, 10, 63);
}

.hero_img_col {
  text-align: center;
}

.hero_img_col .hero_img {
  width: 21rem;
  height: 21rem;
  margin-top: 8rem;
  margin-bottom: 3rem;
}

.hero_title_row {
  background-color: rgb(0, 10, 63);
}

.hero_title_row .hero_title {
  color: white;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8rem;
}

.section_title {
  font-family: Roboto;
  font-size: 28px;
  font-weight: medium;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 0.3rem;
}

.section-divider {
  height: 0.15rem;
  background-color: rgb(208, 206, 206);
  border-radius: 0.125rem;
  margin-top: 0rem;
}

.section-row {
  margin-top: 4rem;
  margin-bottom: 9.5rem;
}

.section-row .left-col {
  text-align: left;
}

.section-row .left-col .section_title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.section-row .left-col .section_text {
  font-size: 32px;
  font-weight: light;
}

.section-row .right-col {
  text-align: left;
}

.section-row .right-col .section_text {
  font-size: 21px;
  font-weight: medium;
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.project-timeline-row {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.project-timeline-row .section_text {
  font-size: 21px;
  font-weight: medium;
}

.timeline_row {
  margin-top: 0rem;
  margin-bottom: 9rem;
}

.timeline_row .timeline_img_col {
  text-align: start;
}

.timeline_row .timeline_img_col .timeline_img {
  width: 100%;
  height: auto;
}

.ways-of-working-row {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.ways-of-working-row .left-col {
  text-align: left;
}

.ways-of-working-row .left-col .section_text {
  font-size: 32px;
  font-weight: medium;
}

.ways-of-working-row .right-col {
  text-align: left;
}

.ways-of-working-row .right-col .section_text {
  font-size: 21px;
  font-weight: medium;
}

.wow-box-div {
  margin-top: 0rem;
  margin-bottom: 9rem;
  background-color: rgb(211, 232, 255);
}

.wow-box-div .col {
  text-align: left;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 3rem;
  margin-bottom: 0rem;
}

.wow-box-div .col .number {
  font-size: 32px;
  font-weight: bold;
}

.wow-box-div .col .title {
  font-size: 21px;
  font-weight: bold;
}

.wow-box-div .col .text {
  font-size: 21px;
  font-weight: medium;
}

.user_testing_img_div {
  margin-top: 0rem;
  margin-bottom: 4rem;
  text-align: center;
}
.user_testing_img_div .img {
  width: 50%;
  height: auto;
}

.fun_stuff_img_div {
  margin-top: 0rem;
  margin-bottom: 9rem;
  text-align: center;
}
.fun_stuff_img_div .img {
  width: 100%;
  height: auto;
}
