.about_main {
  margin: 5rem;
  margin-right: 50rem;
  height: 40rem;
}

.about_main h1 {
  font-size: 4rem;
}

.about_header {
  position: absolute;
  top: -12rem;
  right: 0;
  z-index: -1;
}

.header_links>a {
  color: white;
}

@media only screen and (max-width: 1200px) {
  .about_main {
    margin-right: 5rem;
    margin-top: 50rem;
    height: auto;
    text-align: left;
  }

  .about_header>img {
    width: 100vw;
    height: 50rem;
    object-fit: cover;
    border-radius: 0 0 0 10rem;
    object-position: left top;
  }

  .header>a>.logo {
    content: url("ontag-white.svg");
  }
}

.container {
  position: relative;
}

@media only screen and (min-width: 1600px) {
  .about_header img {
    border-radius: 0rem 0rem 3rem 4rem;
  }
}