.about_hi {
  text-align: center;
  margin-top: 9rem;
}

.about_hi .col {
  align-items: center;
}

.about_hi .col .img {
  width: 35%;
}

.about_desc {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 9rem;
}

.about_desc .col {
  align-items: center;
}

.about_desc .col .about_text {
  font-size: 32px;
}

.who_am_i {
  text-align: center;
  margin-top: 4rem;
}

.who_am_i .col {
  align-items: center;
}

.who_am_i .col .img {
  width: 100%;
}

.my_journey {
  text-align: center;
  margin-top: 4rem;
}

.my_journey .col {
  align-items: center;
}

.my_journey .col .img {
  width: 50%;
}

.resume_button_row {
  text-align: center;
  margin-top: 9rem;
  width: 8.8rem;
  height: 2.5rem;
}
resume_button_row .resume_button {
  height: 3rem;
}
