body > main {
  height: auto;
}
body > main > section {
  height: auto;
  margin-bottom: 100px;
}
body > main > section .project {
  width: 1000px;
  height: 500px;
  margin-top: 100px;
  display: flex;
}
body > main > section .project .text {
  height: 500px;
  width: 40%;
}
body > main > section .project .text .force-bttm {
  height: 320px;
  width: 100%;
  margin: auto;
  margin-top: 180px;
}
body > main > section .project .text .force-bttm > a {
  color: #808080;
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  margin: auto;
}
body > main > section .project .image {
  height: 500px;
  width: 60%;
  display: flex;
}
body > main > section .project .image .tall {
  height: inherit;
  width: auto;
  margin: auto;
}
body > main > section .project .image .wide {
  width: 100%;
  height: auto;
  margin: auto;
}
