.in_build {
  height: 500px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .in_build > h3 {
    width: 80%;
    text-align: center; }
