section#bio .we-make-it-real {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 143px auto 0;
}

section#bio .we-make-it-real .video-wrapper {
  position: relative;
  width: calc(50% - 173px);
  background: #fafafa;
  overflow: hidden;
}

section#bio .we-make-it-real .video-wrapper img,
section#bio .we-make-it-real .video-wrapper video {
  -webkit-transform-style: preserve-3d; /* antialiasing */
  content: '';
  position: absolute;
  top: 25px;
  right: 50px;
  width: 258px;
  transform: rotate(-20deg);
}

section#bio .we-make-it-real .content-wrapper {
  flex-grow: 1;
  background-color: black;
  color: white;
  padding: 75px 88px 50px;
}

section#bio .we-make-it-real .content-wrapper h1 {
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 0.94;
}

section#bio .we-make-it-real .content-wrapper h2 {
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.52;
  margin: 23px 0;
  max-width: 551px;
}

section#bio .we-make-it-real .content-wrapper h2 em {
  font-size: 32px;
}

section#bio .we-make-it-real .content-wrapper p {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #767676;
  margin: 28px 0;
  max-width: 516px;
}

section#bio .we-make-it-real .content-wrapper a.get-in-touch {
  display: inline-block;
  height: 60px;
  line-height: 50px;
  border-radius: 30px;
  border: solid 5px #303943;
  padding: 0 39px;
  font-family: Inter, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 900px), {
  section#bio .we-make-it-real {
    flex-direction: column;
  }
  section#bio .we-make-it-real .video-wrapper {
    width: 100%;
    height: 637px;
  }
  section#bio .we-make-it-real .video-wrapper img,
  section#bio .we-make-it-real .video-wrapper video {
    transform: rotate(35deg);
    bottom: -150px;
    right: 100px;
    top: auto;
    width: 50%;
    min-width: 200px;
  }
  section#bio .we-make-it-real .content-wrapper {
    padding: 52px 20px 32px;
  }
  section#bio .we-make-it-real .content-wrapper h1 {
    position: absolute;
    top: 53px;
    color: black;
  }
  section#bio .we-make-it-real .content-wrapper a.get-in-touch {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  section#bio .we-make-it-real .video-wrapper img,
  section#bio .we-make-it-real .video-wrapper video {
    bottom: -30px;
    right: 50px;
  }
}
